All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.route53-2013-04-01-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Route53 module holds the client classes that are used for communicating with Amazon Route53 Service

There is a newer version: 1.11.98
Show newest version
{
  "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 maxitemsmaxitems 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:

  1. Amazon Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how substantial the differences are between the existing resource record sets and the new resource record sets.
  2. When all of the new resource record sets have been created, Amazon Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets.
  3. Amazon Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.

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

", "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 CreateTrafficPolicyVersionrequest.

" } ], "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.

                                  \n

                                  NOTE: 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.

                                          \n

                                          NOTE: 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.

                                                                  \n

                                                                  NOTE: 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.

                                                                  \n

                                                                  NOTE: 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.

                                                                  \n

                                                                  NOTE: 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" : "

                                                                  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.

                                                                  \n

                                                                  NOTE: 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.*/" } } }, "HealthCheck" : { "c2jName" : "HealthCheck", "documentation" : "

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

                                                                  ", "shapeName" : "HealthCheck", "deprecated" : false, "required" : [ "Id", "CallerReference", "HealthCheckConfig", "HealthCheckVersion" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The ID of the specified health check.

                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the specified health check.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 ID of the specified health check.

                                                                  \n@param id The ID of the specified health check.*/", "getterDocumentation" : "/**

                                                                  The ID of the specified health check.

                                                                  \n@return The ID of the specified health check.*/", "fluentSetterDocumentation" : "/**

                                                                  The ID of the specified health check.

                                                                  \n@param id The ID of the specified health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the specified health check.

                                                                  \n@param id The ID of the specified health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "HealthCheckNonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 unique string that identifies the request to create the health check.

                                                                  \n@param callerReference A unique string that identifies the request to create the health check.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A unique string that identifies the request to create the health check.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param callerReference A unique string that identifies the request to create the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param callerReference A unique string that identifies the request to create the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  A complex type that contains the health check configuration.

                                                                  ", "name" : "HealthCheckConfig", "c2jName" : "HealthCheckConfig", "c2jShape" : "HealthCheckConfig", "variable" : { "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "variableDeclarationType" : "HealthCheckConfig", "documentation" : "

                                                                  A complex type that contains the health check configuration.

                                                                  ", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "setterModel" : { "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "variableDeclarationType" : "HealthCheckConfig", "documentation" : "", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "getterModel" : { "returnType" : "HealthCheckConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckConfig", "marshallLocationName" : "HealthCheckConfig", "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" : "/**

                                                                  A complex type that contains the health check configuration.

                                                                  \n@param healthCheckConfig A complex type that contains the health check configuration.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains the health check configuration.

                                                                  \n@return A complex type that contains the health check configuration.*/", "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains the health check configuration.

                                                                  \n@param healthCheckConfig A complex type that contains the health check configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A complex type that contains the health check configuration.

                                                                  \n@param healthCheckConfig A complex type that contains the health check configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "HealthCheckVersion", "c2jName" : "HealthCheckVersion", "c2jShape" : "HealthCheckVersion", "variable" : { "variableName" : "healthCheckVersion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

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

                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "healthCheckVersion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckVersion", "marshallLocationName" : "HealthCheckVersion", "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 version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.

                                                                  \n@param healthCheckVersion The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckVersion The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckVersion The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "CloudWatchAlarmConfiguration", "c2jName" : "CloudWatchAlarmConfiguration", "c2jShape" : "CloudWatchAlarmConfiguration", "variable" : { "variableName" : "cloudWatchAlarmConfiguration", "variableType" : "CloudWatchAlarmConfiguration", "variableDeclarationType" : "CloudWatchAlarmConfiguration", "documentation" : "

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

                                                                  ", "simpleType" : "CloudWatchAlarmConfiguration", "variableSetterType" : "CloudWatchAlarmConfiguration" }, "setterModel" : { "variableName" : "cloudWatchAlarmConfiguration", "variableType" : "CloudWatchAlarmConfiguration", "variableDeclarationType" : "CloudWatchAlarmConfiguration", "documentation" : "", "simpleType" : "CloudWatchAlarmConfiguration", "variableSetterType" : "CloudWatchAlarmConfiguration" }, "getterModel" : { "returnType" : "CloudWatchAlarmConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudWatchAlarmConfiguration", "marshallLocationName" : "CloudWatchAlarmConfiguration", "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" : "/**

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

                                                                  \n@param cloudWatchAlarmConfiguration For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.*/", "getterDocumentation" : "/**

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

                                                                  \n@return For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param cloudWatchAlarmConfiguration For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param cloudWatchAlarmConfiguration For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : null, "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheckVersion" : { "documentation" : "

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

                                                                  ", "name" : "HealthCheckVersion", "c2jName" : "HealthCheckVersion", "c2jShape" : "HealthCheckVersion", "variable" : { "variableName" : "healthCheckVersion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

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

                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "healthCheckVersion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckVersion", "marshallLocationName" : "HealthCheckVersion", "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 version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.

                                                                  \n@param healthCheckVersion The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckVersion The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckVersion The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CallerReference" : { "documentation" : "

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

                                                                  ", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "HealthCheckNonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 unique string that identifies the request to create the health check.

                                                                  \n@param callerReference A unique string that identifies the request to create the health check.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A unique string that identifies the request to create the health check.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param callerReference A unique string that identifies the request to create the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param callerReference A unique string that identifies the request to create the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchAlarmConfiguration" : { "documentation" : "

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

                                                                  ", "name" : "CloudWatchAlarmConfiguration", "c2jName" : "CloudWatchAlarmConfiguration", "c2jShape" : "CloudWatchAlarmConfiguration", "variable" : { "variableName" : "cloudWatchAlarmConfiguration", "variableType" : "CloudWatchAlarmConfiguration", "variableDeclarationType" : "CloudWatchAlarmConfiguration", "documentation" : "

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

                                                                  ", "simpleType" : "CloudWatchAlarmConfiguration", "variableSetterType" : "CloudWatchAlarmConfiguration" }, "setterModel" : { "variableName" : "cloudWatchAlarmConfiguration", "variableType" : "CloudWatchAlarmConfiguration", "variableDeclarationType" : "CloudWatchAlarmConfiguration", "documentation" : "", "simpleType" : "CloudWatchAlarmConfiguration", "variableSetterType" : "CloudWatchAlarmConfiguration" }, "getterModel" : { "returnType" : "CloudWatchAlarmConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudWatchAlarmConfiguration", "marshallLocationName" : "CloudWatchAlarmConfiguration", "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" : "/**

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

                                                                  \n@param cloudWatchAlarmConfiguration For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.*/", "getterDocumentation" : "/**

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

                                                                  \n@return For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param cloudWatchAlarmConfiguration For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param cloudWatchAlarmConfiguration For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                  The ID of the specified health check.

                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the specified health check.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 ID of the specified health check.

                                                                  \n@param id The ID of the specified health check.*/", "getterDocumentation" : "/**

                                                                  The ID of the specified health check.

                                                                  \n@return The ID of the specified health check.*/", "fluentSetterDocumentation" : "/**

                                                                  The ID of the specified health check.

                                                                  \n@param id The ID of the specified health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the specified health check.

                                                                  \n@param id The ID of the specified health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthCheckConfig" : { "documentation" : "

                                                                  A complex type that contains the health check configuration.

                                                                  ", "name" : "HealthCheckConfig", "c2jName" : "HealthCheckConfig", "c2jShape" : "HealthCheckConfig", "variable" : { "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "variableDeclarationType" : "HealthCheckConfig", "documentation" : "

                                                                  A complex type that contains the health check configuration.

                                                                  ", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "setterModel" : { "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "variableDeclarationType" : "HealthCheckConfig", "documentation" : "", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "getterModel" : { "returnType" : "HealthCheckConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckConfig", "marshallLocationName" : "HealthCheckConfig", "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" : "/**

                                                                  A complex type that contains the health check configuration.

                                                                  \n@param healthCheckConfig A complex type that contains the health check configuration.*/", "getterDocumentation" : "/**

                                                                  A complex type that contains the health check configuration.

                                                                  \n@return A complex type that contains the health check configuration.*/", "fluentSetterDocumentation" : "/**

                                                                  A complex type that contains the health check configuration.

                                                                  \n@param healthCheckConfig A complex type that contains the health check configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A complex type that contains the health check configuration.

                                                                  \n@param healthCheckConfig A complex type that contains the health check configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetHealthCheckCountResult" : { "c2jName" : "GetHealthCheckCountResponse", "documentation" : "

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

                                                                  ", "shapeName" : "GetHealthCheckCountResult", "deprecated" : false, "required" : [ "HealthCheckCount" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "HealthCheckCount", "c2jName" : "HealthCheckCount", "c2jShape" : "HealthCheckCount", "variable" : { "variableName" : "healthCheckCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

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

                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "healthCheckCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckCount", "marshallLocationName" : "HealthCheckCount", "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 number of health checks associated with the current AWS account.

                                                                  \n@param healthCheckCount The number of health checks associated with the current AWS account.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The number of health checks associated with the current AWS account.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckCount The number of health checks associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckCount The number of health checks associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getHealthCheckCountResult", "variableType" : "GetHealthCheckCountResult", "variableDeclarationType" : "GetHealthCheckCountResult", "documentation" : null, "simpleType" : "GetHealthCheckCountResult", "variableSetterType" : "GetHealthCheckCountResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheckCount" : { "documentation" : "

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

                                                                  ", "name" : "HealthCheckCount", "c2jName" : "HealthCheckCount", "c2jShape" : "HealthCheckCount", "variable" : { "variableName" : "healthCheckCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

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

                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "healthCheckCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckCount", "marshallLocationName" : "HealthCheckCount", "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 number of health checks associated with the current AWS account.

                                                                  \n@param healthCheckCount The number of health checks associated with the current AWS account.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The number of health checks associated with the current AWS account.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckCount The number of health checks associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param healthCheckCount The number of health checks associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTrafficPolicyInstanceRequest" : { "c2jName" : "CreateTrafficPolicyInstanceRequest", "documentation" : "

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

                                                                  ", "shapeName" : "CreateTrafficPolicyInstanceRequest", "deprecated" : false, "required" : [ "HostedZoneId", "Name", "TTL", "TrafficPolicyId", "TrafficPolicyVersion" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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 ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.

                                                                  \n@param hostedZoneId The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param hostedZoneId The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param hostedZoneId The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DNSName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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 domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.

                                                                  \n@param name The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param name The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param name The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "TTL", "c2jName" : "TTL", "c2jShape" : "TTL", "variable" : { "variableName" : "tTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

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

                                                                  ", "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 TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.

                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicyId", "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyId", "marshallLocationName" : "TrafficPolicyId", "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 ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.

                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicyVersion", "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyVersion", "marshallLocationName" : "TrafficPolicyVersion", "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 version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.

                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTrafficPolicyInstanceRequest", "variableType" : "CreateTrafficPolicyInstanceRequest", "variableDeclarationType" : "CreateTrafficPolicyInstanceRequest", "documentation" : null, "simpleType" : "CreateTrafficPolicyInstanceRequest", "variableSetterType" : "CreateTrafficPolicyInstanceRequest" }, "marshaller" : { "action" : "CreateTrafficPolicyInstance", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/trafficpolicyinstance", "locationName" : "CreateTrafficPolicyInstanceRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyId" : { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicyId", "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyId", "marshallLocationName" : "TrafficPolicyId", "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 ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.

                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneId" : { "documentation" : "

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

                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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 ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.

                                                                  \n@param hostedZoneId The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param hostedZoneId The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param hostedZoneId The ID of the hosted zone in which you want Amazon Route 53 to create resource record sets by using the configuration in a traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TTL" : { "documentation" : "

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

                                                                  ", "name" : "TTL", "c2jName" : "TTL", "c2jShape" : "TTL", "variable" : { "variableName" : "tTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

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

                                                                  ", "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 TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.

                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyVersion" : { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicyVersion", "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyVersion", "marshallLocationName" : "TrafficPolicyVersion", "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 version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.

                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

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

                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DNSName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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 domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.

                                                                  \n@param name The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param name The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param name The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Amazon Route 53 creates for this traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListHostedZonesByNameRequest" : { "c2jName" : "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.

                                                                  ", "shapeName" : "ListHostedZonesByNameRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

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

                                                                  ", "name" : "DNSName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "variable" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                                                                  \n@param dNSName The first name in the lexicographic ordering of domain names that you want the ListHostedZonesByNameRequest request to list.

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

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

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

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

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

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

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

                                                                  \n@param dNSName The first name in the lexicographic ordering of domain names that you want the ListHostedZonesByNameRequest request to list.

                                                                  If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                                                  \n@param dNSName The first name in the lexicographic ordering of domain names that you want the ListHostedZonesByNameRequest request to list.

                                                                  If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param hostedZoneId If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.*/", "getterDocumentation" : "/**

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

                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param hostedZoneId If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param hostedZoneId If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specify the maximum number of hosted zones to return per 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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.*/", "getterDocumentation" : "/**

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

                                                                  \n@return Specify the maximum number of hosted zones to return per page of results.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listHostedZonesByNameRequest", "variableType" : "ListHostedZonesByNameRequest", "variableDeclarationType" : "ListHostedZonesByNameRequest", "documentation" : null, "simpleType" : "ListHostedZonesByNameRequest", "variableSetterType" : "ListHostedZonesByNameRequest" }, "marshaller" : { "action" : "ListHostedZonesByName", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/hostedzonesbyname", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HostedZoneId" : { "documentation" : "

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

                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param hostedZoneId If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.*/", "getterDocumentation" : "/**

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

                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param hostedZoneId If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param hostedZoneId If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

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

                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specify the maximum number of hosted zones to return per 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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.*/", "getterDocumentation" : "/**

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

                                                                  \n@return Specify the maximum number of hosted zones to return per page of results.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DNSName" : { "documentation" : "

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

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

                                                                  ", "name" : "DNSName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "variable" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                                                                  \n@param dNSName The first name in the lexicographic ordering of domain names that you want the ListHostedZonesByNameRequest request to list.

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

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

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

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

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

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

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

                                                                  \n@param dNSName The first name in the lexicographic ordering of domain names that you want the ListHostedZonesByNameRequest request to list.

                                                                  If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                                                  \n@param dNSName The first name in the lexicographic ordering of domain names that you want the ListHostedZonesByNameRequest request to list.

                                                                  If the request returned more than one page of results, submit another request and specify the value of NextDNSName and NextHostedZoneId from the last response in the DNSName and HostedZoneId parameters to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InsufficientDataHealthStatus" : { "c2jName" : "InsufficientDataHealthStatus", "documentation" : "", "shapeName" : "InsufficientDataHealthStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Healthy", "value" : "Healthy" }, { "name" : "Unhealthy", "value" : "Unhealthy" }, { "name" : "LastKnownStatus", "value" : "LastKnownStatus" } ], "variable" : { "variableName" : "insufficientDataHealthStatus", "variableType" : "InsufficientDataHealthStatus", "variableDeclarationType" : "InsufficientDataHealthStatus", "documentation" : null, "simpleType" : "InsufficientDataHealthStatus", "variableSetterType" : "InsufficientDataHealthStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListHostedZonesRequest" : { "c2jName" : "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.", "shapeName" : "ListHostedZonesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

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

                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specify the maximum number of hosted zones to return per 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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.*/", "getterDocumentation" : "/**

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

                                                                  \n@return Specify the maximum number of hosted zones to return per page of results.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "DelegationSetId", "c2jName" : "DelegationSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "delegationSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "delegationSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "delegationsetid", "marshallLocationName" : "delegationsetid", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param delegationSetId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param delegationSetId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param delegationSetId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listHostedZonesRequest", "variableType" : "ListHostedZonesRequest", "variableDeclarationType" : "ListHostedZonesRequest", "documentation" : null, "simpleType" : "ListHostedZonesRequest", "variableSetterType" : "ListHostedZonesRequest" }, "marshaller" : { "action" : "ListHostedZones", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/hostedzone", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DelegationSetId" : { "documentation" : "", "name" : "DelegationSetId", "c2jName" : "DelegationSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "delegationSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "delegationSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "delegationsetid", "marshallLocationName" : "delegationsetid", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param delegationSetId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param delegationSetId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param delegationSetId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

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

                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

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

                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specify the maximum number of hosted zones to return per 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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.*/", "getterDocumentation" : "/**

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

                                                                  \n@return Specify the maximum number of hosted zones to return per page of results.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param maxItems Specify the maximum number of hosted zones to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListGeoLocationsRequest" : { "c2jName" : "ListGeoLocationsRequest", "documentation" : "

                                                                  The input for a ListGeoLocations request.

                                                                  ", "shapeName" : "ListGeoLocationsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

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

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

                                                                  ", "name" : "StartContinentCode", "c2jName" : "StartContinentCode", "c2jShape" : "GeoLocationContinentCode", "variable" : { "variableName" : "startContinentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startContinentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "startcontinentcode", "marshallLocationName" : "startcontinentcode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

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

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

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

                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

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

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

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

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

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

                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

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

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

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

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

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

                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

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

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

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

                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

                                                                  ", "name" : "StartCountryCode", "c2jName" : "StartCountryCode", "c2jShape" : "GeoLocationCountryCode", "variable" : { "variableName" : "startCountryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startCountryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "startcountrycode", "marshallLocationName" : "startcountrycode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                                                                  \n@param startCountryCode The first country code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

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

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

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

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

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

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

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

                                                                  \n@param startCountryCode The first country code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                                                  \n@param startCountryCode The first country code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                  ", "name" : "StartSubdivisionCode", "c2jName" : "StartSubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "variable" : { "variableName" : "startSubdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startSubdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "startsubdivisioncode", "marshallLocationName" : "startsubdivisioncode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                  \n@param startSubdivisionCode The first subdivision code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                  \n@param startSubdivisionCode The first subdivision code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                  \n@param startSubdivisionCode The first subdivision code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param maxItems The maximum number of geo locations you want in the response body.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The maximum number of geo locations you want in the response body.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param maxItems The maximum number of geo locations you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param maxItems The maximum number of geo locations you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listGeoLocationsRequest", "variableType" : "ListGeoLocationsRequest", "variableDeclarationType" : "ListGeoLocationsRequest", "documentation" : null, "simpleType" : "ListGeoLocationsRequest", "variableSetterType" : "ListGeoLocationsRequest" }, "marshaller" : { "action" : "ListGeoLocations", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/geolocations", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartContinentCode" : { "documentation" : "

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

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

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

                                                                  ", "name" : "StartContinentCode", "c2jName" : "StartContinentCode", "c2jShape" : "GeoLocationContinentCode", "variable" : { "variableName" : "startContinentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startContinentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "startcontinentcode", "marshallLocationName" : "startcontinentcode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

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

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

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

                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

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

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

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

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

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

                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

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

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

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

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

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

                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

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

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

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

                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartCountryCode" : { "documentation" : "

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

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

                                                                  ", "name" : "StartCountryCode", "c2jName" : "StartCountryCode", "c2jShape" : "GeoLocationCountryCode", "variable" : { "variableName" : "startCountryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startCountryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "startcountrycode", "marshallLocationName" : "startcountrycode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                                                                  \n@param startCountryCode The first country code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

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

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

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

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

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

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

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

                                                                  \n@param startCountryCode The first country code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                                                  \n@param startCountryCode The first country code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

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

                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param maxItems The maximum number of geo locations you want in the response body.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The maximum number of geo locations you want in the response body.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param maxItems The maximum number of geo locations you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param maxItems The maximum number of geo locations you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartSubdivisionCode" : { "documentation" : "

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                  ", "name" : "StartSubdivisionCode", "c2jName" : "StartSubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "variable" : { "variableName" : "startSubdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startSubdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "startsubdivisioncode", "marshallLocationName" : "startsubdivisioncode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                  \n@param startSubdivisionCode The first subdivision code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                  \n@param startSubdivisionCode The first subdivision code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                  \n@param startSubdivisionCode The first subdivision code in the lexicographic ordering of geo locations that you want the ListGeoLocations request to list.

                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrafficPolicy" : { "c2jName" : "TrafficPolicy", "documentation" : "", "shapeName" : "TrafficPolicy", "deprecated" : false, "required" : [ "Id", "Version", "Name", "Type", "Document" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 id */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Version", "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Version", "marshallLocationName" : "Version", "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 version */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Name", "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param name */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Type", "c2jName" : "Type", "c2jShape" : "RRType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param type \n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "", "name" : "Document", "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "variable" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Document", "marshallLocationName" : "Document", "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 document */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param document \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param document \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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 comment */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param comment \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param comment \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : null, "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Comment" : { "documentation" : "", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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 comment */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param comment \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param comment \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "", "name" : "Type", "c2jName" : "Type", "c2jShape" : "RRType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param type \n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "Version" : { "documentation" : "", "name" : "Version", "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Version", "marshallLocationName" : "Version", "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 version */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param version \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 id */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Document" : { "documentation" : "", "name" : "Document", "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "variable" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Document", "marshallLocationName" : "Document", "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 document */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param document \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param document \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "", "name" : "Name", "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param name */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidDomainNameException" : { "c2jName" : "InvalidDomainName", "documentation" : "

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

                                                                  ", "shapeName" : "InvalidDomainNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidDomainNameException", "variableType" : "InvalidDomainNameException", "variableDeclarationType" : "InvalidDomainNameException", "documentation" : null, "simpleType" : "InvalidDomainNameException", "variableSetterType" : "InvalidDomainNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDomainName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ResourceRecordSetFailover" : { "c2jName" : "ResourceRecordSetFailover", "documentation" : "", "shapeName" : "ResourceRecordSetFailover", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "PRIMARY", "value" : "PRIMARY" }, { "name" : "SECONDARY", "value" : "SECONDARY" } ], "variable" : { "variableName" : "resourceRecordSetFailover", "variableType" : "ResourceRecordSetFailover", "variableDeclarationType" : "ResourceRecordSetFailover", "documentation" : null, "simpleType" : "ResourceRecordSetFailover", "variableSetterType" : "ResourceRecordSetFailover" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListTrafficPolicyInstancesByHostedZoneResult" : { "c2jName" : "ListTrafficPolicyInstancesByHostedZoneResponse", "documentation" : "

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

                                                                  ", "shapeName" : "ListTrafficPolicyInstancesByHostedZoneResult", "deprecated" : false, "required" : [ "TrafficPolicyInstances", "IsTruncated", "MaxItems" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicyInstances", "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "variable" : { "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trafficPolicyInstances", "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" : "TrafficPolicyInstances", "marshallLocationName" : "TrafficPolicyInstances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TrafficPolicyInstance", "memberLocationName" : "TrafficPolicyInstance", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "TrafficPolicyInstance", "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 TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTrafficPolicyInstances(java.util.Collection)} or {@link #withTrafficPolicyInstances(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "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 IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

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

                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "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" : "/**

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

                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "getterDocumentation" : "/**

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

                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "

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

                                                                  Valid Values: true | false

                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                                                                  Valid Values: true | false

                                                                  ", "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 that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByHostedZone again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                  Valid Values: true | false

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

                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

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

                                                                  Valid Values: true | false

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

                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

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

                                                                  Valid Values: true | false

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

                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  Valid Values: true | false

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

                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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 value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.

                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTrafficPolicyInstancesByHostedZoneResult", "variableType" : "ListTrafficPolicyInstancesByHostedZoneResult", "variableDeclarationType" : "ListTrafficPolicyInstancesByHostedZoneResult", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesByHostedZoneResult", "variableSetterType" : "ListTrafficPolicyInstancesByHostedZoneResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyInstanceNameMarker" : { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "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 IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

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

                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyInstances" : { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicyInstances", "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "variable" : { "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trafficPolicyInstances", "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" : "TrafficPolicyInstances", "marshallLocationName" : "TrafficPolicyInstances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TrafficPolicyInstance", "memberLocationName" : "TrafficPolicyInstance", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "TrafficPolicyInstance", "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 TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTrafficPolicyInstances(java.util.Collection)} or {@link #withTrafficPolicyInstances(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyInstanceTypeMarker" : { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "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" : "/**

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

                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "getterDocumentation" : "/**

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

                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "IsTruncated" : { "documentation" : "

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

                                                                  Valid Values: true | false

                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                                                                  Valid Values: true | false

                                                                  ", "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 that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByHostedZone again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                  Valid Values: true | false

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

                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

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

                                                                  Valid Values: true | false

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

                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

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

                                                                  Valid Values: true | false

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

                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  Valid Values: true | false

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

                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

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

                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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 value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.

                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "HealthCheckObservation" : { "c2jName" : "HealthCheckObservation", "documentation" : "

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

                                                                  ", "shapeName" : "HealthCheckObservation", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "Region", "c2jName" : "Region", "c2jShape" : "HealthCheckRegion", "variable" : { "variableName" : "region", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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" : "HealthCheckRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param region The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

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

                                                                  \n@return The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.\n@see HealthCheckRegion*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param region The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param region The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/" }, { "documentation" : "

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

                                                                  ", "name" : "IPAddress", "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "variable" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPAddress", "marshallLocationName" : "IPAddress", "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 IP address of the Amazon Route 53 health checker that performed this health check.

                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that performed this health check.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The IP address of the Amazon Route 53 health checker that performed this health check.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that performed this health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that performed this health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "StatusReport", "c2jName" : "StatusReport", "c2jShape" : "StatusReport", "variable" : { "variableName" : "statusReport", "variableType" : "StatusReport", "variableDeclarationType" : "StatusReport", "documentation" : "

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

                                                                  ", "simpleType" : "StatusReport", "variableSetterType" : "StatusReport" }, "setterModel" : { "variableName" : "statusReport", "variableType" : "StatusReport", "variableDeclarationType" : "StatusReport", "documentation" : "", "simpleType" : "StatusReport", "variableSetterType" : "StatusReport" }, "getterModel" : { "returnType" : "StatusReport", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusReport", "marshallLocationName" : "StatusReport", "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" : "/**

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

                                                                  \n@param statusReport A complex type that contains information about the health check status for the current observation.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A complex type that contains information about the health check status for the current observation.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param statusReport A complex type that contains information about the health check status for the current observation.\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 health check status for the current observation.

                                                                  \n@param statusReport A complex type that contains information about the health check status for the current observation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "healthCheckObservation", "variableType" : "HealthCheckObservation", "variableDeclarationType" : "HealthCheckObservation", "documentation" : null, "simpleType" : "HealthCheckObservation", "variableSetterType" : "HealthCheckObservation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StatusReport" : { "documentation" : "

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

                                                                  ", "name" : "StatusReport", "c2jName" : "StatusReport", "c2jShape" : "StatusReport", "variable" : { "variableName" : "statusReport", "variableType" : "StatusReport", "variableDeclarationType" : "StatusReport", "documentation" : "

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

                                                                  ", "simpleType" : "StatusReport", "variableSetterType" : "StatusReport" }, "setterModel" : { "variableName" : "statusReport", "variableType" : "StatusReport", "variableDeclarationType" : "StatusReport", "documentation" : "", "simpleType" : "StatusReport", "variableSetterType" : "StatusReport" }, "getterModel" : { "returnType" : "StatusReport", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusReport", "marshallLocationName" : "StatusReport", "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" : "/**

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

                                                                  \n@param statusReport A complex type that contains information about the health check status for the current observation.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A complex type that contains information about the health check status for the current observation.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param statusReport A complex type that contains information about the health check status for the current observation.\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 health check status for the current observation.

                                                                  \n@param statusReport A complex type that contains information about the health check status for the current observation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Region" : { "documentation" : "

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

                                                                  ", "name" : "Region", "c2jName" : "Region", "c2jShape" : "HealthCheckRegion", "variable" : { "variableName" : "region", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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" : "HealthCheckRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param region The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

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

                                                                  \n@return The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.\n@see HealthCheckRegion*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param region The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param region The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/" }, "IPAddress" : { "documentation" : "

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

                                                                  ", "name" : "IPAddress", "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "variable" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPAddress", "marshallLocationName" : "IPAddress", "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 IP address of the Amazon Route 53 health checker that performed this health check.

                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that performed this health check.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The IP address of the Amazon Route 53 health checker that performed this health check.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that performed this health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param iPAddress The IP address of the Amazon Route 53 health checker that performed this health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTrafficPolicyInstancesRequest" : { "c2jName" : "ListTrafficPolicyInstancesRequest", "documentation" : "

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

                                                                  ", "shapeName" : "ListTrafficPolicyInstancesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "name" : "HostedZoneIdMarker", "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneIdMarker", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@return For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancename", "marshallLocationName" : "trafficpolicyinstancename", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@return For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancetype", "marshallLocationName" : "trafficpolicyinstancetype", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RRType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@see RRType*/", "getterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@return For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "

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

                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

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

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

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

                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTrafficPolicyInstancesRequest", "variableType" : "ListTrafficPolicyInstancesRequest", "variableDeclarationType" : "ListTrafficPolicyInstancesRequest", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesRequest", "variableSetterType" : "ListTrafficPolicyInstancesRequest" }, "marshaller" : { "action" : "ListTrafficPolicyInstances", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/trafficpolicyinstances", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyInstanceNameMarker" : { "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancename", "marshallLocationName" : "trafficpolicyinstancename", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@return For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyInstanceTypeMarker" : { "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancetype", "marshallLocationName" : "trafficpolicyinstancetype", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RRType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@see RRType*/", "getterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@return For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "HostedZoneIdMarker" : { "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "name" : "HostedZoneIdMarker", "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneIdMarker", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@return For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  For the first request to ListTrafficPolicyInstances, omit this value.

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

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

                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstances, omit this value.

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

                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

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

                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

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

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

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

                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CloudWatchAlarmConfiguration" : { "c2jName" : "CloudWatchAlarmConfiguration", "documentation" : "

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

                                                                  ", "shapeName" : "CloudWatchAlarmConfiguration", "deprecated" : false, "required" : [ "EvaluationPeriods", "Threshold", "ComparisonOperator", "Period", "MetricName", "Namespace", "Statistic" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "EvaluationPeriods", "c2jName" : "EvaluationPeriods", "c2jShape" : "EvaluationPeriods", "variable" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationPeriods", "marshallLocationName" : "EvaluationPeriods", "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 number of periods over which data is compared to the specified threshold.

                                                                  \n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The number of periods over which data is compared to the specified threshold.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "Threshold", "c2jName" : "Threshold", "c2jShape" : "Threshold", "variable" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

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

                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Threshold", "marshallLocationName" : "Threshold", "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 value that the metric is compared with to determine the state of the alarm. For example, if you want the health check to fail if the average TCP connection time is greater than 500 milliseconds for more than 60 seconds, the threshold is 500.

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

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

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

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

                                                                  \n@param threshold The value that the metric is compared with to determine the state of the alarm. For example, if you want the health check to fail if the average TCP connection time is greater than 500 milliseconds for more than 60 seconds, the threshold is 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param threshold The value that the metric is compared with to determine the state of the alarm. For example, if you want the health check to fail if the average TCP connection time is greater than 500 milliseconds for more than 60 seconds, the threshold is 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  ", "name" : "ComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "variable" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComparisonOperator", "marshallLocationName" : "ComparisonOperator", "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" : "ComparisonOperator", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  \n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold.

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold\n@see ComparisonOperator*/", "getterDocumentation" : "/**

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  \n@return The arithmetic operation to use when comparing the specified Statistic and Threshold.

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold\n@see ComparisonOperator*/", "fluentSetterDocumentation" : "/**

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  \n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold.

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "varargSetterDocumentation" : "/**

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  \n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold.

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/" }, { "documentation" : "

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

                                                                  ", "name" : "Period", "c2jName" : "Period", "c2jShape" : "Period", "variable" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Period", "marshallLocationName" : "Period", "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" : "/**

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

                                                                  \n@param period An integer that represents the period in seconds over which the statistic is applied.*/", "getterDocumentation" : "/**

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

                                                                  \n@return An integer that represents the period in seconds over which the statistic is applied.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param period An integer that represents the period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param period An integer that represents the period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "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 CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  \n@param metricName The name of the CloudWatch metric that is associated with the CloudWatch alarm.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The name of the CloudWatch metric that is associated with the CloudWatch alarm.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param metricName The name of the CloudWatch metric that is associated with the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param metricName The name of the CloudWatch metric that is associated with the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "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 namespace of the CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  \n@param namespace The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param namespace The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param namespace The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

                                                                  ", "name" : "Statistic", "c2jName" : "Statistic", "c2jShape" : "Statistic", "variable" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Statistic", "marshallLocationName" : "Statistic", "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" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                                                                  \n@param statistic The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  Valid Values are SampleCount, Average, Sum, Minimum and Maximum\n@see Statistic*/", "getterDocumentation" : "/**

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

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

                                                                  \n@return The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  Valid Values are SampleCount, Average, Sum, Minimum and Maximum\n@see Statistic*/", "fluentSetterDocumentation" : "/**

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

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

                                                                  \n@param statistic The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  Valid Values are SampleCount, Average, Sum, Minimum and Maximum\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**

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

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

                                                                  \n@param statistic The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  Valid Values are SampleCount, Average, Sum, Minimum and Maximum\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, { "documentation" : "

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

                                                                  ", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "DimensionList", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "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" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : "Dimension", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimension", "marshallLocationName" : "Dimension", "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" : "Dimension", "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 of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.

                                                                  \n@param dimensions A list of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A list of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param dimensions A list of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param dimensions A list of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cloudWatchAlarmConfiguration", "variableType" : "CloudWatchAlarmConfiguration", "variableDeclarationType" : "CloudWatchAlarmConfiguration", "documentation" : null, "simpleType" : "CloudWatchAlarmConfiguration", "variableSetterType" : "CloudWatchAlarmConfiguration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MetricName" : { "documentation" : "

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

                                                                  ", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "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 CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  \n@param metricName The name of the CloudWatch metric that is associated with the CloudWatch alarm.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The name of the CloudWatch metric that is associated with the CloudWatch alarm.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param metricName The name of the CloudWatch metric that is associated with the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param metricName The name of the CloudWatch metric that is associated with the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComparisonOperator" : { "documentation" : "

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  ", "name" : "ComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "variable" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComparisonOperator", "marshallLocationName" : "ComparisonOperator", "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" : "ComparisonOperator", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  \n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold.

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold\n@see ComparisonOperator*/", "getterDocumentation" : "/**

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  \n@return The arithmetic operation to use when comparing the specified Statistic and Threshold.

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold\n@see ComparisonOperator*/", "fluentSetterDocumentation" : "/**

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  \n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold.

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "varargSetterDocumentation" : "/**

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

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

                                                                  \n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold.

                                                                  Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/" }, "Statistic" : { "documentation" : "

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

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

                                                                  ", "name" : "Statistic", "c2jName" : "Statistic", "c2jShape" : "Statistic", "variable" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Statistic", "marshallLocationName" : "Statistic", "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" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                                                                  \n@param statistic The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  Valid Values are SampleCount, Average, Sum, Minimum and Maximum\n@see Statistic*/", "getterDocumentation" : "/**

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

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

                                                                  \n@return The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  Valid Values are SampleCount, Average, Sum, Minimum and Maximum\n@see Statistic*/", "fluentSetterDocumentation" : "/**

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

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

                                                                  \n@param statistic The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  Valid Values are SampleCount, Average, Sum, Minimum and Maximum\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**

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

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

                                                                  \n@param statistic The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  Valid Values are SampleCount, Average, Sum, Minimum and Maximum\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, "Period" : { "documentation" : "

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

                                                                  ", "name" : "Period", "c2jName" : "Period", "c2jShape" : "Period", "variable" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Period", "marshallLocationName" : "Period", "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" : "/**

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

                                                                  \n@param period An integer that represents the period in seconds over which the statistic is applied.*/", "getterDocumentation" : "/**

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

                                                                  \n@return An integer that represents the period in seconds over which the statistic is applied.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param period An integer that represents the period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param period An integer that represents the period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Dimensions" : { "documentation" : "

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

                                                                  ", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "DimensionList", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "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" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : "Dimension", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimension", "marshallLocationName" : "Dimension", "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" : "Dimension", "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 of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.

                                                                  \n@param dimensions A list of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A list of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param dimensions A list of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param dimensions A list of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EvaluationPeriods" : { "documentation" : "

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

                                                                  ", "name" : "EvaluationPeriods", "c2jName" : "EvaluationPeriods", "c2jShape" : "EvaluationPeriods", "variable" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationPeriods", "marshallLocationName" : "EvaluationPeriods", "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 number of periods over which data is compared to the specified threshold.

                                                                  \n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The number of periods over which data is compared to the specified threshold.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Namespace" : { "documentation" : "

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

                                                                  ", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "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 namespace of the CloudWatch metric that is associated with the CloudWatch alarm.

                                                                  \n@param namespace The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param namespace The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param namespace The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Threshold" : { "documentation" : "

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

                                                                  ", "name" : "Threshold", "c2jName" : "Threshold", "c2jShape" : "Threshold", "variable" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

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

                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Threshold", "marshallLocationName" : "Threshold", "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 value that the metric is compared with to determine the state of the alarm. For example, if you want the health check to fail if the average TCP connection time is greater than 500 milliseconds for more than 60 seconds, the threshold is 500.

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

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

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

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

                                                                  \n@param threshold The value that the metric is compared with to determine the state of the alarm. For example, if you want the health check to fail if the average TCP connection time is greater than 500 milliseconds for more than 60 seconds, the threshold is 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param threshold The value that the metric is compared with to determine the state of the alarm. For example, if you want the health check to fail if the average TCP connection time is greater than 500 milliseconds for more than 60 seconds, the threshold is 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTrafficPolicyVersionResult" : { "c2jName" : "CreateTrafficPolicyVersionResponse", "documentation" : "

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

                                                                  ", "shapeName" : "CreateTrafficPolicyVersionResult", "deprecated" : false, "required" : [ "TrafficPolicy", "Location" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicy", "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "variable" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "

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

                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "setterModel" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicy", "marshallLocationName" : "TrafficPolicy", "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" : "/**

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

                                                                  \n@param trafficPolicy A complex type that contains settings for the new version of the traffic policy.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A complex type that contains settings for the new version of the traffic policy.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicy A complex type that contains settings for the new version of the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicy A complex type that contains settings for the new version of the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 location */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTrafficPolicyVersionResult", "variableType" : "CreateTrafficPolicyVersionResult", "variableDeclarationType" : "CreateTrafficPolicyVersionResult", "documentation" : null, "simpleType" : "CreateTrafficPolicyVersionResult", "variableSetterType" : "CreateTrafficPolicyVersionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicy" : { "documentation" : "

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

                                                                  ", "name" : "TrafficPolicy", "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "variable" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "

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

                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "setterModel" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicy", "marshallLocationName" : "TrafficPolicy", "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" : "/**

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

                                                                  \n@param trafficPolicy A complex type that contains settings for the new version of the traffic policy.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A complex type that contains settings for the new version of the traffic policy.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicy A complex type that contains settings for the new version of the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param trafficPolicy A complex type that contains settings for the new version of the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 location */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTrafficPolicyInstanceRequest" : { "c2jName" : "DeleteTrafficPolicyInstanceRequest", "documentation" : "

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

                                                                  ", "shapeName" : "DeleteTrafficPolicyInstanceRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@param id The ID of the traffic policy instance that you want to delete.

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

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@return The ID of the traffic policy instance that you want to delete.

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

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@param id The ID of the traffic policy instance that you want to delete.

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@param id The ID of the traffic policy instance that you want to delete.

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteTrafficPolicyInstanceRequest", "variableType" : "DeleteTrafficPolicyInstanceRequest", "variableDeclarationType" : "DeleteTrafficPolicyInstanceRequest", "documentation" : null, "simpleType" : "DeleteTrafficPolicyInstanceRequest", "variableSetterType" : "DeleteTrafficPolicyInstanceRequest" }, "marshaller" : { "action" : "DeleteTrafficPolicyInstance", "verb" : "DELETE", "target" : null, "requestUri" : "/2013-04-01/trafficpolicyinstance/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@param id The ID of the traffic policy instance that you want to delete.

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

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@return The ID of the traffic policy instance that you want to delete.

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

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@param id The ID of the traffic policy instance that you want to delete.

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@param id The ID of the traffic policy instance that you want to delete.

                                                                  When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GeoLocationDetails" : { "c2jName" : "GeoLocationDetails", "documentation" : "

                                                                  A complex type that contains information about a GeoLocation.

                                                                  ", "shapeName" : "GeoLocationDetails", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "ContinentCode", "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "variable" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ContinentCode", "marshallLocationName" : "ContinentCode", "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 code for a continent geo location. Note: only continent locations have a continent code.

                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The code for a continent geo location. Note: only continent locations have a continent code.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "ContinentName", "c2jName" : "ContinentName", "c2jShape" : "GeoLocationContinentName", "variable" : { "variableName" : "continentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "continentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ContinentName", "marshallLocationName" : "ContinentName", "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 continent. This element is only present if ContinentCode is also present.

                                                                  \n@param continentName The name of the continent. This element is only present if ContinentCode is also present.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The name of the continent. This element is only present if ContinentCode is also present.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param continentName The name of the continent. This element is only present if ContinentCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param continentName The name of the continent. This element is only present if ContinentCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

                                                                  ", "name" : "CountryCode", "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "variable" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CountryCode", "marshallLocationName" : "CountryCode", "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 code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

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

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

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

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

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

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

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

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

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

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

                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

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

                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "CountryName", "c2jName" : "CountryName", "c2jShape" : "GeoLocationCountryName", "variable" : { "variableName" : "countryName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "countryName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CountryName", "marshallLocationName" : "CountryName", "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 country. This element is only present if CountryCode is also present.

                                                                  \n@param countryName The name of the country. This element is only present if CountryCode is also present.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The name of the country. This element is only present if CountryCode is also present.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param countryName The name of the country. This element is only present if CountryCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param countryName The name of the country. This element is only present if CountryCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "SubdivisionCode", "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "variable" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubdivisionCode", "marshallLocationName" : "SubdivisionCode", "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 code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  ", "name" : "SubdivisionName", "c2jName" : "SubdivisionName", "c2jShape" : "GeoLocationSubdivisionName", "variable" : { "variableName" : "subdivisionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subdivisionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubdivisionName", "marshallLocationName" : "SubdivisionName", "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 subdivision. This element is only present if SubdivisionCode is also present.

                                                                  \n@param subdivisionName The name of the subdivision. This element is only present if SubdivisionCode is also present.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The name of the subdivision. This element is only present if SubdivisionCode is also present.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param subdivisionName The name of the subdivision. This element is only present if SubdivisionCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param subdivisionName The name of the subdivision. This element is only present if SubdivisionCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "geoLocationDetails", "variableType" : "GeoLocationDetails", "variableDeclarationType" : "GeoLocationDetails", "documentation" : null, "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubdivisionName" : { "documentation" : "

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

                                                                  ", "name" : "SubdivisionName", "c2jName" : "SubdivisionName", "c2jShape" : "GeoLocationSubdivisionName", "variable" : { "variableName" : "subdivisionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subdivisionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubdivisionName", "marshallLocationName" : "SubdivisionName", "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 subdivision. This element is only present if SubdivisionCode is also present.

                                                                  \n@param subdivisionName The name of the subdivision. This element is only present if SubdivisionCode is also present.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The name of the subdivision. This element is only present if SubdivisionCode is also present.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param subdivisionName The name of the subdivision. This element is only present if SubdivisionCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param subdivisionName The name of the subdivision. This element is only present if SubdivisionCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CountryName" : { "documentation" : "

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

                                                                  ", "name" : "CountryName", "c2jName" : "CountryName", "c2jShape" : "GeoLocationCountryName", "variable" : { "variableName" : "countryName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "countryName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CountryName", "marshallLocationName" : "CountryName", "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 country. This element is only present if CountryCode is also present.

                                                                  \n@param countryName The name of the country. This element is only present if CountryCode is also present.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The name of the country. This element is only present if CountryCode is also present.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param countryName The name of the country. This element is only present if CountryCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param countryName The name of the country. This element is only present if CountryCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContinentCode" : { "documentation" : "

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

                                                                  ", "name" : "ContinentCode", "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "variable" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ContinentCode", "marshallLocationName" : "ContinentCode", "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 code for a continent geo location. Note: only continent locations have a continent code.

                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The code for a continent geo location. Note: only continent locations have a continent code.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CountryCode" : { "documentation" : "

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

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

                                                                  ", "name" : "CountryCode", "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "variable" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CountryCode", "marshallLocationName" : "CountryCode", "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 code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

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

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

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

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

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

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

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

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

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

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

                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

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

                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContinentName" : { "documentation" : "

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

                                                                  ", "name" : "ContinentName", "c2jName" : "ContinentName", "c2jShape" : "GeoLocationContinentName", "variable" : { "variableName" : "continentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "continentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ContinentName", "marshallLocationName" : "ContinentName", "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 continent. This element is only present if ContinentCode is also present.

                                                                  \n@param continentName The name of the continent. This element is only present if ContinentCode is also present.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The name of the continent. This element is only present if ContinentCode is also present.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param continentName The name of the continent. This element is only present if ContinentCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param continentName The name of the continent. This element is only present if ContinentCode is also present.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubdivisionCode" : { "documentation" : "

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

                                                                  ", "name" : "SubdivisionCode", "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "variable" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubdivisionCode", "marshallLocationName" : "SubdivisionCode", "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 code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForResourcesResult" : { "c2jName" : "ListTagsForResourcesResponse", "documentation" : "

                                                                  A complex type containing tags for the specified resources.

                                                                  ", "shapeName" : "ListTagsForResourcesResult", "deprecated" : false, "required" : [ "ResourceTagSets" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "ResourceTagSets", "c2jName" : "ResourceTagSets", "c2jShape" : "ResourceTagSetList", "variable" : { "variableName" : "resourceTagSets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTagSets", "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" : "ResourceTagSets", "marshallLocationName" : "ResourceTagSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ResourceTagSet", "memberLocationName" : "ResourceTagSet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceTagSet", "variable" : { "variableName" : "member", "variableType" : "ResourceTagSet", "variableDeclarationType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "setterModel" : { "variableName" : "member", "variableType" : "ResourceTagSet", "variableDeclarationType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "getterModel" : { "returnType" : "ResourceTagSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceTagSet", "marshallLocationName" : "ResourceTagSet", "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" : "ResourceTagSet", "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 of ResourceTagSets containing tags associated with the specified resources.

                                                                  \n@param resourceTagSets A list of ResourceTagSets containing tags associated with the specified resources.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A list of ResourceTagSets containing tags associated with the specified resources.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param resourceTagSets A list of ResourceTagSets containing tags associated with the specified resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceTagSets(java.util.Collection)} or {@link #withResourceTagSets(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param resourceTagSets A list of ResourceTagSets containing tags associated with the specified resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForResourcesResult", "variableType" : "ListTagsForResourcesResult", "variableDeclarationType" : "ListTagsForResourcesResult", "documentation" : null, "simpleType" : "ListTagsForResourcesResult", "variableSetterType" : "ListTagsForResourcesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceTagSets" : { "documentation" : "

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

                                                                  ", "name" : "ResourceTagSets", "c2jName" : "ResourceTagSets", "c2jShape" : "ResourceTagSetList", "variable" : { "variableName" : "resourceTagSets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceTagSets", "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" : "ResourceTagSets", "marshallLocationName" : "ResourceTagSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ResourceTagSet", "memberLocationName" : "ResourceTagSet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceTagSet", "variable" : { "variableName" : "member", "variableType" : "ResourceTagSet", "variableDeclarationType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "setterModel" : { "variableName" : "member", "variableType" : "ResourceTagSet", "variableDeclarationType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "getterModel" : { "returnType" : "ResourceTagSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceTagSet", "marshallLocationName" : "ResourceTagSet", "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" : "ResourceTagSet", "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 of ResourceTagSets containing tags associated with the specified resources.

                                                                  \n@param resourceTagSets A list of ResourceTagSets containing tags associated with the specified resources.*/", "getterDocumentation" : "/**

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

                                                                  \n@return A list of ResourceTagSets containing tags associated with the specified resources.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param resourceTagSets A list of ResourceTagSets containing tags associated with the specified resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceTagSets(java.util.Collection)} or {@link #withResourceTagSets(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param resourceTagSets A list of ResourceTagSets containing tags associated with the specified resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AliasTarget" : { "c2jName" : "AliasTarget", "documentation" : "

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

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

                                                                  • You can create alias resource record sets only for Amazon Route 53 resource record sets in the same private hosted zone. Creating alias resource record sets for CloudFront distributions, ELB load balancers, and Amazon S3 buckets is not supported.
                                                                  • You can't create alias resource record sets for failover, geolocation, or latency resource record sets in a private hosted zone.
                                                                  ", "shapeName" : "AliasTarget", "deprecated" : false, "required" : [ "HostedZoneId", "DNSName", "EvaluateTargetHealth" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                  • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                  • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                  • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                  • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                  • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                  • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                  • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "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" : "/**

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

                                                                  • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                  • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                  • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                  • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                  \n@param hostedZoneId Alias resource record sets only: The value you use depends on where you want to route queries:

                                                                  • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                  • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                  • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                  • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)*/", "getterDocumentation" : "/**

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

                                                                    • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                    • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                    • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                    • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                    \n@return Alias resource record sets only: The value you use depends on where you want to route queries:

                                                                    • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                    • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                    • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                    • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)*/", "fluentSetterDocumentation" : "/**

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

                                                                      • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                      • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                      • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                      • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                      \n@param hostedZoneId Alias resource record sets only: The value you use depends on where you want to route queries:

                                                                      • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                      • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                      • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                      • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                        • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                        • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                        • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                        • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                        \n@param hostedZoneId Alias resource record sets only: The value you use depends on where you want to route queries:

                                                                        • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                        • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                        • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                        • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                          • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                          • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                          • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                          ", "name" : "DNSName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "variable" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                          • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                          • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                          • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "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" : "/**

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

                                                                          • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                          • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                          • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                          \n@param dNSName Alias resource record sets only: The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries:

                                                                          • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                          • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                          • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.*/", "getterDocumentation" : "/**

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

                                                                            • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                            • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                            • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                            • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                            • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                            \n@return Alias resource record sets only: The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries:

                                                                            • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                            • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                            • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                            • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                            • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.*/", "fluentSetterDocumentation" : "/**

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

                                                                              • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                              • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                              • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                              • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                              • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                              \n@param dNSName Alias resource record sets only: The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries:

                                                                              • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                              • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                              • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                              • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                              • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                                \n@param dNSName Alias resource record sets only: The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries:

                                                                                • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

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

                                                                                  Note the following:

                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

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

                                                                                  ", "name" : "EvaluateTargetHealth", "c2jName" : "EvaluateTargetHealth", "c2jShape" : "AliasHealthEnabled", "variable" : { "variableName" : "evaluateTargetHealth", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

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

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

                                                                                  Note the following:

                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

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

                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "evaluateTargetHealth", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluateTargetHealth", "marshallLocationName" : "EvaluateTargetHealth", "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" : "/**

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

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

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

                                                                                  Note the following:

                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

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

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

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

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

                                                                                  Note the following:

                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide*/", "getterDocumentation" : "/**

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

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

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

                                                                                  Note the following:

                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

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

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

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

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

                                                                                  Note the following:

                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide*/", "fluentSetterDocumentation" : "/**

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

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

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

                                                                                  Note the following:

                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

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

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

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

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

                                                                                  Note the following:

                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

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

                                                                                  Note the following:

                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

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

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

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

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

                                                                                  Note the following:

                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "aliasTarget", "variableType" : "AliasTarget", "variableDeclarationType" : "AliasTarget", "documentation" : null, "simpleType" : "AliasTarget", "variableSetterType" : "AliasTarget" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HostedZoneId" : { "documentation" : "

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

                                                                                  • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                                  • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                  • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                                  • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                  • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                                  • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                  • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                                  • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "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" : "/**

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

                                                                                  • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                                  • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                  • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                                  • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                                  \n@param hostedZoneId Alias resource record sets only:
                                                                                  The value you use depends on where you want to route queries:

                                                                                  • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                                  • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                  • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                                  • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)*/", "getterDocumentation" : "/**

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

                                                                                    • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                                    • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                    • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                                    • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                                    \n@return Alias resource record sets only: The value you use depends on where you want to route queries:

                                                                                    • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                                    • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                    • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                                    • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)*/", "fluentSetterDocumentation" : "/**

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

                                                                                      • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                                      • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                      • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                                      • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                                      \n@param hostedZoneId Alias resource record sets only: The value you use depends on where you want to route queries:

                                                                                      • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                                      • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                      • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                                      • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                        • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                                        • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                        • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                                        • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)
                                                                                        \n@param hostedZoneId Alias resource record sets only: The value you use depends on where you want to route queries:

                                                                                        • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
                                                                                        • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                        • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
                                                                                        • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DNSName" : { "documentation" : "

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

                                                                                          • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                          • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                          • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                                          ", "name" : "DNSName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "variable" : { "variableName" : "dNSName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                          • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                          • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                          • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "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" : "/**

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

                                                                                          • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                          • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                          • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                                          \n@param dNSName Alias resource record sets only: The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries:

                                                                                          • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                          • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                          • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                          • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                          • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.*/", "getterDocumentation" : "/**

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

                                                                                            • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                            • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                            • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                            • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                            • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                                            \n@return Alias resource record sets only: The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries:

                                                                                            • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                            • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                            • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                            • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                            • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.*/", "fluentSetterDocumentation" : "/**

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

                                                                                              • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                              • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                              • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                              • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                              • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                                              \n@param dNSName Alias resource record sets only: The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries:

                                                                                              • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                              • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                              • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                              • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                              • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                                • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                                • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                                • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                                • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.
                                                                                                \n@param dNSName Alias resource record sets only: The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries:

                                                                                                • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
                                                                                                • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
                                                                                                • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
                                                                                                • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
                                                                                                • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EvaluateTargetHealth" : { "documentation" : "

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

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

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

                                                                                                  Note the following:

                                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

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

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

                                                                                                  ", "name" : "EvaluateTargetHealth", "c2jName" : "EvaluateTargetHealth", "c2jShape" : "AliasHealthEnabled", "variable" : { "variableName" : "evaluateTargetHealth", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

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

                                                                                                  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
                                                                                                  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
                                                                                                  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
                                                                                                  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                                                                                                  Note the following:

                                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

                                                                                                  We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "evaluateTargetHealth", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluateTargetHealth", "marshallLocationName" : "EvaluateTargetHealth", "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" : "/**

                                                                                                  Alias resource record sets only: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheckId for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                                                                                                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                                                                                                  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
                                                                                                  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
                                                                                                  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
                                                                                                  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                                                                                                  Note the following:

                                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

                                                                                                  We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

                                                                                                  \n@param evaluateTargetHealth Alias resource record sets only: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheckId for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                                                                                                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                                                                                                  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
                                                                                                  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
                                                                                                  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
                                                                                                  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                                                                                                  Note the following:

                                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

                                                                                                  We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide*/", "getterDocumentation" : "/**

                                                                                                  Alias resource record sets only: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheckId for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                                                                                                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                                                                                                  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
                                                                                                  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
                                                                                                  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
                                                                                                  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                                                                                                  Note the following:

                                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

                                                                                                  We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

                                                                                                  \n@return Alias resource record sets only:
                                                                                                  If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheckId for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                                                                                                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                                                                                                  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
                                                                                                  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
                                                                                                  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
                                                                                                  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                                                                                                  Note the following:

                                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

                                                                                                  We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide*/", "fluentSetterDocumentation" : "/**

                                                                                                  Alias resource record sets only: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheckId for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                                                                                                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                                                                                                  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
                                                                                                  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
                                                                                                  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
                                                                                                  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                                                                                                  Note the following:

                                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

                                                                                                  We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

                                                                                                  \n@param evaluateTargetHealth Alias resource record sets only:
                                                                                                  If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheckId for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                                                                                                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                                                                                                  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
                                                                                                  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
                                                                                                  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
                                                                                                  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                                                                                                  Note the following:

                                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

                                                                                                  We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Alias resource record sets only: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheckId for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                                                                                                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                                                                                                  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
                                                                                                  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
                                                                                                  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
                                                                                                  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                                                                                                  Note the following:

                                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

                                                                                                  We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

                                                                                                  \n@param evaluateTargetHealth Alias resource record sets only:
                                                                                                  If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheckId for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

                                                                                                  In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

                                                                                                  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
                                                                                                  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
                                                                                                  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
                                                                                                  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

                                                                                                  Note the following:

                                                                                                  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
                                                                                                  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target.
                                                                                                  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
                                                                                                  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

                                                                                                  We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

                                                                                                  For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateReusableDelegationSetResult" : { "c2jName" : "CreateReusableDelegationSetResponse", "documentation" : "", "shapeName" : "CreateReusableDelegationSetResult", "deprecated" : false, "required" : [ "DelegationSet", "Location" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains name server information.

                                                                                                  ", "name" : "DelegationSet", "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "variable" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "

                                                                                                  A complex type that contains name server information.

                                                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "setterModel" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSet", "marshallLocationName" : "DelegationSet", "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" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@return A complex type that contains name server information.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The unique URL representing the new reusbale delegation set.

                                                                                                  ", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The unique URL representing the new reusbale delegation set.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 unique URL representing the new reusbale delegation set.

                                                                                                  \n@param location The unique URL representing the new reusbale delegation set.*/", "getterDocumentation" : "/**

                                                                                                  The unique URL representing the new reusbale delegation set.

                                                                                                  \n@return The unique URL representing the new reusbale delegation set.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new reusbale delegation set.

                                                                                                  \n@param location The unique URL representing the new reusbale delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new reusbale delegation set.

                                                                                                  \n@param location The unique URL representing the new reusbale delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createReusableDelegationSetResult", "variableType" : "CreateReusableDelegationSetResult", "variableDeclarationType" : "CreateReusableDelegationSetResult", "documentation" : null, "simpleType" : "CreateReusableDelegationSetResult", "variableSetterType" : "CreateReusableDelegationSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DelegationSet" : { "documentation" : "

                                                                                                  A complex type that contains name server information.

                                                                                                  ", "name" : "DelegationSet", "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "variable" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "

                                                                                                  A complex type that contains name server information.

                                                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "setterModel" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSet", "marshallLocationName" : "DelegationSet", "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" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@return A complex type that contains name server information.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "

                                                                                                  The unique URL representing the new reusbale delegation set.

                                                                                                  ", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The unique URL representing the new reusbale delegation set.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 unique URL representing the new reusbale delegation set.

                                                                                                  \n@param location The unique URL representing the new reusbale delegation set.*/", "getterDocumentation" : "/**

                                                                                                  The unique URL representing the new reusbale delegation set.

                                                                                                  \n@return The unique URL representing the new reusbale delegation set.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new reusbale delegation set.

                                                                                                  \n@param location The unique URL representing the new reusbale delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new reusbale delegation set.

                                                                                                  \n@param location The unique URL representing the new reusbale delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ChangeInfo" : { "c2jName" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "shapeName" : "ChangeInfo", "deprecated" : false, "required" : [ "Id", "Status", "SubmittedAt" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@return The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "ChangeStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "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" : "ChangeStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "getterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@return The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "varargSetterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/" }, { "documentation" : "

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  ", "name" : "SubmittedAt", "c2jName" : "SubmittedAt", "c2jShape" : "TimeStamp", "variable" : { "variableName" : "submittedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "submittedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubmittedAt", "marshallLocationName" : "SubmittedAt", "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 date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@return The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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 complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@return A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : null, "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "ChangeStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "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" : "ChangeStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "getterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@return The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "varargSetterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/" }, "Comment" : { "documentation" : "

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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 complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@return A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubmittedAt" : { "documentation" : "

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  ", "name" : "SubmittedAt", "c2jName" : "SubmittedAt", "c2jShape" : "TimeStamp", "variable" : { "variableName" : "submittedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "submittedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubmittedAt", "marshallLocationName" : "SubmittedAt", "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 date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@return The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@return The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyHealthChecksException" : { "c2jName" : "TooManyHealthChecks", "documentation" : "", "shapeName" : "TooManyHealthChecksException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyHealthChecksException", "variableType" : "TooManyHealthChecksException", "variableDeclarationType" : "TooManyHealthChecksException", "documentation" : null, "simpleType" : "TooManyHealthChecksException", "variableSetterType" : "TooManyHealthChecksException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyHealthChecks", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ChangeTagsForResourceRequest" : { "c2jName" : "ChangeTagsForResourceRequest", "documentation" : "

                                                                                                  A complex type containing information about a request to add, change, or delete the tags that are associated with a resource.

                                                                                                  ", "shapeName" : "ChangeTagsForResourceRequest", "deprecated" : false, "required" : [ "ResourceType", "ResourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TagResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@return The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/" }, { "documentation" : "

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  \n@return The ID of the resource for which you want to add, change, or delete tags.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  ", "name" : "AddTags", "c2jName" : "AddTags", "c2jShape" : "TagList", "variable" : { "variableName" : "addTags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "addTags", "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" : "AddTags", "marshallLocationName" : "AddTags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "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" : "Tag", "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 a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  \n@param addTags A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  \n@return A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  \n@param addTags A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAddTags(java.util.Collection)} or {@link #withAddTags(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param addTags A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  ", "name" : "RemoveTagKeys", "c2jName" : "RemoveTagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "removeTagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "removeTagKeys", "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" : "RemoveTagKeys", "marshallLocationName" : "RemoveTagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Key", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TagKey", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  \n@param removeTagKeys A list of Tag keys that you want to remove from the specified resource.*/", "getterDocumentation" : "/**

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  \n@return A list of Tag keys that you want to remove from the specified resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  \n@param removeTagKeys A list of Tag keys that you want to remove from the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRemoveTagKeys(java.util.Collection)} or {@link #withRemoveTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param removeTagKeys A list of Tag keys that you want to remove from the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "changeTagsForResourceRequest", "variableType" : "ChangeTagsForResourceRequest", "variableDeclarationType" : "ChangeTagsForResourceRequest", "documentation" : null, "simpleType" : "ChangeTagsForResourceRequest", "variableSetterType" : "ChangeTagsForResourceRequest" }, "marshaller" : { "action" : "ChangeTagsForResource", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/tags/{ResourceType}/{ResourceId}", "locationName" : "ChangeTagsForResourceRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RemoveTagKeys" : { "documentation" : "

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  ", "name" : "RemoveTagKeys", "c2jName" : "RemoveTagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "removeTagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "removeTagKeys", "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" : "RemoveTagKeys", "marshallLocationName" : "RemoveTagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Key", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TagKey", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  \n@param removeTagKeys A list of Tag keys that you want to remove from the specified resource.*/", "getterDocumentation" : "/**

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  \n@return A list of Tag keys that you want to remove from the specified resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  \n@param removeTagKeys A list of Tag keys that you want to remove from the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of Tag keys that you want to remove from the specified resource.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRemoveTagKeys(java.util.Collection)} or {@link #withRemoveTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param removeTagKeys A list of Tag keys that you want to remove from the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  \n@return The ID of the resource for which you want to add, change, or delete tags.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to add, change, or delete tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to add, change, or delete tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AddTags" : { "documentation" : "

                                                                                                  A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  ", "name" : "AddTags", "c2jName" : "AddTags", "c2jShape" : "TagList", "variable" : { "variableName" : "addTags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "addTags", "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" : "AddTags", "marshallLocationName" : "AddTags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "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" : "Tag", "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 a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  \n@param addTags A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  \n@return A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  \n@param addTags A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAddTags(java.util.Collection)} or {@link #withAddTags(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param addTags A complex type that contains a list of Tag elements. Each Tag element identifies a tag that you want to add or update for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TagResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@return The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/" } } }, "IncompatibleVersionException" : { "c2jName" : "IncompatibleVersion", "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.

                                                                                                  ", "shapeName" : "IncompatibleVersionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "incompatibleVersionException", "variableType" : "IncompatibleVersionException", "variableDeclarationType" : "IncompatibleVersionException", "documentation" : null, "simpleType" : "IncompatibleVersionException", "variableSetterType" : "IncompatibleVersionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "IncompatibleVersion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetHealthCheckRequest" : { "c2jName" : "GetHealthCheckRequest", "documentation" : "

                                                                                                  A complex type that contains information about the request to get a health check.

                                                                                                  ", "shapeName" : "GetHealthCheckRequest", "deprecated" : false, "required" : [ "HealthCheckId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the health check to retrieve.

                                                                                                  ", "name" : "HealthCheckId", "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "healthCheckId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the health check to retrieve.

                                                                                                  ", "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" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the health check to retrieve.

                                                                                                  \n@param healthCheckId The ID of the health check to retrieve.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the health check to retrieve.

                                                                                                  \n@return The ID of the health check to retrieve.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the health check to retrieve.

                                                                                                  \n@param healthCheckId The ID of the health check to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the health check to retrieve.

                                                                                                  \n@param healthCheckId The ID of the health check to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getHealthCheckRequest", "variableType" : "GetHealthCheckRequest", "variableDeclarationType" : "GetHealthCheckRequest", "documentation" : null, "simpleType" : "GetHealthCheckRequest", "variableSetterType" : "GetHealthCheckRequest" }, "marshaller" : { "action" : "GetHealthCheck", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/healthcheck/{HealthCheckId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheckId" : { "documentation" : "

                                                                                                  The ID of the health check to retrieve.

                                                                                                  ", "name" : "HealthCheckId", "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "healthCheckId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the health check to retrieve.

                                                                                                  ", "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" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the health check to retrieve.

                                                                                                  \n@param healthCheckId The ID of the health check to retrieve.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the health check to retrieve.

                                                                                                  \n@return The ID of the health check to retrieve.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the health check to retrieve.

                                                                                                  \n@param healthCheckId The ID of the health check to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the health check to retrieve.

                                                                                                  \n@param healthCheckId The ID of the health check to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ChangeResourceRecordSetsResult" : { "c2jName" : "ChangeResourceRecordSetsResponse", "documentation" : "

                                                                                                  A complex type containing the response for the request.

                                                                                                  ", "shapeName" : "ChangeResourceRecordSetsResult", "deprecated" : false, "required" : [ "ChangeInfo" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@return A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "changeResourceRecordSetsResult", "variableType" : "ChangeResourceRecordSetsResult", "variableDeclarationType" : "ChangeResourceRecordSetsResult", "documentation" : null, "simpleType" : "ChangeResourceRecordSetsResult", "variableSetterType" : "ChangeResourceRecordSetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeInfo" : { "documentation" : "

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@return A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param changeInfo A complex type that contains information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "HealthCheckInUseException" : { "c2jName" : "HealthCheckInUse", "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.

                                                                                                  ", "shapeName" : "HealthCheckInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "healthCheckInUseException", "variableType" : "HealthCheckInUseException", "variableDeclarationType" : "HealthCheckInUseException", "documentation" : null, "simpleType" : "HealthCheckInUseException", "variableSetterType" : "HealthCheckInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HealthCheckInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidChangeBatchException" : { "c2jName" : "InvalidChangeBatch", "documentation" : "

                                                                                                  This error contains a list of one or more error messages. Each error message indicates one error in the change batch.

                                                                                                  ", "shapeName" : "InvalidChangeBatchException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  Descriptive message for the error response.

                                                                                                  ", "name" : "Messages", "c2jName" : "messages", "c2jShape" : "ErrorMessages", "variable" : { "variableName" : "messages", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  Descriptive message for the error response.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "messages", "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" : "messages", "marshallLocationName" : "messages", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Message", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ErrorMessage", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n@param messages Descriptive message for the error response.*/", "getterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n@return Descriptive message for the error response.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n@param messages Descriptive message for the error response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setMessages(java.util.Collection)} or {@link #withMessages(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param messages Descriptive message for the error response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "invalidChangeBatchException", "variableType" : "InvalidChangeBatchException", "variableDeclarationType" : "InvalidChangeBatchException", "documentation" : null, "simpleType" : "InvalidChangeBatchException", "variableSetterType" : "InvalidChangeBatchException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidChangeBatch", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Messages" : { "documentation" : "

                                                                                                  Descriptive message for the error response.

                                                                                                  ", "name" : "Messages", "c2jName" : "messages", "c2jShape" : "ErrorMessages", "variable" : { "variableName" : "messages", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  Descriptive message for the error response.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "messages", "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" : "messages", "marshallLocationName" : "messages", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Message", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ErrorMessage", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n@param messages Descriptive message for the error response.*/", "getterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n@return Descriptive message for the error response.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n@param messages Descriptive message for the error response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Descriptive message for the error response.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setMessages(java.util.Collection)} or {@link #withMessages(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param messages Descriptive message for the error response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "HostedZoneAlreadyExistsException" : { "c2jName" : "HostedZoneAlreadyExists", "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.

                                                                                                  ", "shapeName" : "HostedZoneAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "hostedZoneAlreadyExistsException", "variableType" : "HostedZoneAlreadyExistsException", "variableDeclarationType" : "HostedZoneAlreadyExistsException", "documentation" : null, "simpleType" : "HostedZoneAlreadyExistsException", "variableSetterType" : "HostedZoneAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HostedZoneAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ChangeBatchRecord" : { "c2jName" : "ChangeBatchRecord", "documentation" : "

                                                                                                  A complex type that lists the changes and information for a ChangeBatch.

                                                                                                  ", "shapeName" : "ChangeBatchRecord", "deprecated" : true, "required" : [ "Id", "Status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@return The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  ", "name" : "SubmittedAt", "c2jName" : "SubmittedAt", "c2jShape" : "TimeStamp", "variable" : { "variableName" : "submittedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "submittedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubmittedAt", "marshallLocationName" : "SubmittedAt", "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 date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@return The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "ChangeStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "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" : "ChangeStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "getterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@return The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "varargSetterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/" }, { "documentation" : "

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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 complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@return A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The AWS account ID attached to the changes.

                                                                                                  ", "name" : "Submitter", "c2jName" : "Submitter", "c2jShape" : "AWSAccountID", "variable" : { "variableName" : "submitter", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The AWS account ID attached to the changes.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "submitter", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Submitter", "marshallLocationName" : "Submitter", "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 AWS account ID attached to the changes.

                                                                                                  \n@param submitter The AWS account ID attached to the changes.*/", "getterDocumentation" : "/**

                                                                                                  The AWS account ID attached to the changes.

                                                                                                  \n@return The AWS account ID attached to the changes.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The AWS account ID attached to the changes.

                                                                                                  \n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The AWS account ID attached to the changes.

                                                                                                  \n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A list of changes made in the ChangeBatch.

                                                                                                  ", "name" : "Changes", "c2jName" : "Changes", "c2jShape" : "Changes", "variable" : { "variableName" : "changes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of changes made in the ChangeBatch.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "changes", "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" : "Changes", "marshallLocationName" : "Changes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Change", "memberLocationName" : "Change", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Change", "variable" : { "variableName" : "member", "variableType" : "Change", "variableDeclarationType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "setterModel" : { "variableName" : "member", "variableType" : "Change", "variableDeclarationType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "getterModel" : { "returnType" : "Change", "documentation" : null }, "http" : { "unmarshallLocationName" : "Change", "marshallLocationName" : "Change", "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" : "Change", "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 of changes made in the ChangeBatch.

                                                                                                  \n@param changes A list of changes made in the ChangeBatch.*/", "getterDocumentation" : "/**

                                                                                                  A list of changes made in the ChangeBatch.

                                                                                                  \n@return A list of changes made in the ChangeBatch.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of changes made in the ChangeBatch.

                                                                                                  \n@param changes A list of changes made in the ChangeBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of changes made in the ChangeBatch.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChanges(java.util.Collection)} or {@link #withChanges(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param changes A list of changes made in the ChangeBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "changeBatchRecord", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : null, "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "ChangeStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "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" : "ChangeStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "getterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@return The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@see ChangeStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/", "varargSetterDocumentation" : "/**

                                                                                                  The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC

                                                                                                  \n@param status The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

                                                                                                  Valid Values: PENDING | INSYNC\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeStatus*/" }, "Changes" : { "documentation" : "

                                                                                                  A list of changes made in the ChangeBatch.

                                                                                                  ", "name" : "Changes", "c2jName" : "Changes", "c2jShape" : "Changes", "variable" : { "variableName" : "changes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of changes made in the ChangeBatch.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "changes", "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" : "Changes", "marshallLocationName" : "Changes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Change", "memberLocationName" : "Change", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Change", "variable" : { "variableName" : "member", "variableType" : "Change", "variableDeclarationType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "setterModel" : { "variableName" : "member", "variableType" : "Change", "variableDeclarationType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "getterModel" : { "returnType" : "Change", "documentation" : null }, "http" : { "unmarshallLocationName" : "Change", "marshallLocationName" : "Change", "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" : "Change", "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 of changes made in the ChangeBatch.

                                                                                                  \n@param changes A list of changes made in the ChangeBatch.*/", "getterDocumentation" : "/**

                                                                                                  A list of changes made in the ChangeBatch.

                                                                                                  \n@return A list of changes made in the ChangeBatch.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of changes made in the ChangeBatch.

                                                                                                  \n@param changes A list of changes made in the ChangeBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of changes made in the ChangeBatch.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChanges(java.util.Collection)} or {@link #withChanges(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param changes A list of changes made in the ChangeBatch.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Comment" : { "documentation" : "

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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 complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@return A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

                                                                                                  \n@param comment A complex type that describes change information about changes made to your hosted zone.

                                                                                                  This element contains an ID that you use when performing a GetChange action to get detailed information about the change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Submitter" : { "documentation" : "

                                                                                                  The AWS account ID attached to the changes.

                                                                                                  ", "name" : "Submitter", "c2jName" : "Submitter", "c2jShape" : "AWSAccountID", "variable" : { "variableName" : "submitter", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The AWS account ID attached to the changes.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "submitter", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Submitter", "marshallLocationName" : "Submitter", "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 AWS account ID attached to the changes.

                                                                                                  \n@param submitter The AWS account ID attached to the changes.*/", "getterDocumentation" : "/**

                                                                                                  The AWS account ID attached to the changes.

                                                                                                  \n@return The AWS account ID attached to the changes.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The AWS account ID attached to the changes.

                                                                                                  \n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The AWS account ID attached to the changes.

                                                                                                  \n@param submitter The AWS account ID attached to the changes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubmittedAt" : { "documentation" : "

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  ", "name" : "SubmittedAt", "c2jName" : "SubmittedAt", "c2jShape" : "TimeStamp", "variable" : { "variableName" : "submittedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "submittedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubmittedAt", "marshallLocationName" : "SubmittedAt", "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 date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@return The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                  \n@param submittedAt The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@return The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

                                                                                                  \n@param id The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTrafficPolicyVersionsRequest" : { "c2jName" : "ListTrafficPolicyVersionsRequest", "documentation" : "

                                                                                                  A complex type that contains the information about the request to list your traffic policies.

                                                                                                  ", "shapeName" : "ListTrafficPolicyVersionsRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  \n@param id Specify the value of Id of the traffic policy for which you want to list all versions.*/", "getterDocumentation" : "/**

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  \n@return Specify the value of Id of the traffic policy for which you want to list all versions.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  \n@param id Specify the value of Id of the traffic policy for which you want to list all versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  \n@param id Specify the value of Id of the traffic policy for which you want to list all versions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  ", "name" : "TrafficPolicyVersionMarker", "c2jName" : "TrafficPolicyVersionMarker", "c2jShape" : "TrafficPolicyVersionMarker", "variable" : { "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyversion", "marshallLocationName" : "trafficpolicyversion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  \n@param trafficPolicyVersionMarker For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.*/", "getterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  \n@return For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  \n@param trafficPolicyVersionMarker For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  \n@param trafficPolicyVersionMarker For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  \n@param maxItems The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  \n@return The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  \n@param maxItems The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  \n@param maxItems The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTrafficPolicyVersionsRequest", "variableType" : "ListTrafficPolicyVersionsRequest", "variableDeclarationType" : "ListTrafficPolicyVersionsRequest", "documentation" : null, "simpleType" : "ListTrafficPolicyVersionsRequest", "variableSetterType" : "ListTrafficPolicyVersionsRequest" }, "marshaller" : { "action" : "ListTrafficPolicyVersions", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/trafficpolicies/{Id}/versions", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyVersionMarker" : { "documentation" : "

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  ", "name" : "TrafficPolicyVersionMarker", "c2jName" : "TrafficPolicyVersionMarker", "c2jShape" : "TrafficPolicyVersionMarker", "variable" : { "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyversion", "marshallLocationName" : "trafficpolicyversion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  \n@param trafficPolicyVersionMarker For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.*/", "getterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  \n@return For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  \n@param trafficPolicyVersionMarker For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.

                                                                                                  \n@param trafficPolicyVersionMarker For your first request to ListTrafficPolicyVersions, do not include the TrafficPolicyVersionMarker parameter.

                                                                                                  If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions returns only the first group of MaxItems versions. To get the next group of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions. For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker element that was returned in the previous response.

                                                                                                  Traffic policy versions are listed in sequential order.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  \n@param id Specify the value of Id of the traffic policy for which you want to list all versions.*/", "getterDocumentation" : "/**

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  \n@return Specify the value of Id of the traffic policy for which you want to list all versions.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  \n@param id Specify the value of Id of the traffic policy for which you want to list all versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specify the value of Id of the traffic policy for which you want to list all versions.

                                                                                                  \n@param id Specify the value of Id of the traffic policy for which you want to list all versions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  \n@param maxItems The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  \n@return The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  \n@param maxItems The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.

                                                                                                  \n@param maxItems The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version in the next group of MaxItems traffic policy versions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidTrafficPolicyDocumentException" : { "c2jName" : "InvalidTrafficPolicyDocument", "documentation" : "

                                                                                                  The format of the traffic policy document that you specified in the Document element is invalid.

                                                                                                  ", "shapeName" : "InvalidTrafficPolicyDocumentException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidTrafficPolicyDocumentException", "variableType" : "InvalidTrafficPolicyDocumentException", "variableDeclarationType" : "InvalidTrafficPolicyDocumentException", "documentation" : null, "simpleType" : "InvalidTrafficPolicyDocumentException", "variableSetterType" : "InvalidTrafficPolicyDocumentException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTrafficPolicyDocument", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ResourceRecordSetRegion" : { "c2jName" : "ResourceRecordSetRegion", "documentation" : "", "shapeName" : "ResourceRecordSetRegion", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "UsEast1", "value" : "us-east-1" }, { "name" : "UsWest1", "value" : "us-west-1" }, { "name" : "UsWest2", "value" : "us-west-2" }, { "name" : "EuWest1", "value" : "eu-west-1" }, { "name" : "EuCentral1", "value" : "eu-central-1" }, { "name" : "ApSoutheast1", "value" : "ap-southeast-1" }, { "name" : "ApSoutheast2", "value" : "ap-southeast-2" }, { "name" : "ApNortheast1", "value" : "ap-northeast-1" }, { "name" : "ApNortheast2", "value" : "ap-northeast-2" }, { "name" : "SaEast1", "value" : "sa-east-1" }, { "name" : "CnNorth1", "value" : "cn-north-1" }, { "name" : "ApSouth1", "value" : "ap-south-1" } ], "variable" : { "variableName" : "resourceRecordSetRegion", "variableType" : "ResourceRecordSetRegion", "variableDeclarationType" : "ResourceRecordSetRegion", "documentation" : null, "simpleType" : "ResourceRecordSetRegion", "variableSetterType" : "ResourceRecordSetRegion" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NoSuchTrafficPolicyException" : { "c2jName" : "NoSuchTrafficPolicy", "documentation" : "

                                                                                                  No traffic policy exists with the specified ID.

                                                                                                  ", "shapeName" : "NoSuchTrafficPolicyException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchTrafficPolicyException", "variableType" : "NoSuchTrafficPolicyException", "variableDeclarationType" : "NoSuchTrafficPolicyException", "documentation" : null, "simpleType" : "NoSuchTrafficPolicyException", "variableSetterType" : "NoSuchTrafficPolicyException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchTrafficPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ThrottlingException" : { "c2jName" : "ThrottlingException", "documentation" : "", "shapeName" : "ThrottlingException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "throttlingException", "variableType" : "ThrottlingException", "variableDeclarationType" : "ThrottlingException", "documentation" : null, "simpleType" : "ThrottlingException", "variableSetterType" : "ThrottlingException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ThrottlingException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TooManyTrafficPoliciesException" : { "c2jName" : "TooManyTrafficPolicies", "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.

                                                                                                  ", "shapeName" : "TooManyTrafficPoliciesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyTrafficPoliciesException", "variableType" : "TooManyTrafficPoliciesException", "variableDeclarationType" : "TooManyTrafficPoliciesException", "documentation" : null, "simpleType" : "TooManyTrafficPoliciesException", "variableSetterType" : "TooManyTrafficPoliciesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyTrafficPolicies", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GeoLocation" : { "c2jName" : "GeoLocation", "documentation" : "

                                                                                                  A complex type that contains information about a geo location.

                                                                                                  ", "shapeName" : "GeoLocation", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  ", "name" : "ContinentCode", "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "variable" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ContinentCode", "marshallLocationName" : "ContinentCode", "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 code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@return The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  ", "name" : "CountryCode", "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "variable" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CountryCode", "marshallLocationName" : "CountryCode", "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 code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.*/", "getterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@return The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  ", "name" : "SubdivisionCode", "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "variable" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubdivisionCode", "marshallLocationName" : "SubdivisionCode", "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 code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@return The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "geoLocation", "variableType" : "GeoLocation", "variableDeclarationType" : "GeoLocation", "documentation" : null, "simpleType" : "GeoLocation", "variableSetterType" : "GeoLocation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ContinentCode" : { "documentation" : "

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  ", "name" : "ContinentCode", "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "variable" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ContinentCode", "marshallLocationName" : "ContinentCode", "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 code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@return The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CountryCode" : { "documentation" : "

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  ", "name" : "CountryCode", "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "variable" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CountryCode", "marshallLocationName" : "CountryCode", "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 code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.*/", "getterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@return The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubdivisionCode" : { "documentation" : "

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  ", "name" : "SubdivisionCode", "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "variable" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubdivisionCode", "marshallLocationName" : "SubdivisionCode", "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 code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@return The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForResourcesRequest" : { "c2jName" : "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.

                                                                                                  ", "shapeName" : "ListTagsForResourcesRequest", "deprecated" : false, "required" : [ "ResourceType", "ResourceIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TagResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@return The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/" }, { "documentation" : "

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  ", "name" : "ResourceIds", "c2jName" : "ResourceIds", "c2jShape" : "TagResourceIdList", "variable" : { "variableName" : "resourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceIds", "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" : "ResourceIds", "marshallLocationName" : "ResourceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ResourceId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TagResourceId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  \n@param resourceIds A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  \n@return A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  \n@param resourceIds A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceIds(java.util.Collection)} or {@link #withResourceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param resourceIds A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForResourcesRequest", "variableType" : "ListTagsForResourcesRequest", "variableDeclarationType" : "ListTagsForResourcesRequest", "documentation" : null, "simpleType" : "ListTagsForResourcesRequest", "variableSetterType" : "ListTagsForResourcesRequest" }, "marshaller" : { "action" : "ListTagsForResources", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/tags/{ResourceType}", "locationName" : "ListTagsForResourcesRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceIds" : { "documentation" : "

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  ", "name" : "ResourceIds", "c2jName" : "ResourceIds", "c2jShape" : "TagResourceIdList", "variable" : { "variableName" : "resourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceIds", "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" : "ResourceIds", "marshallLocationName" : "ResourceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ResourceId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TagResourceId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  \n@param resourceIds A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  \n@return A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  \n@param resourceIds A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceIds(java.util.Collection)} or {@link #withResourceIds(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param resourceIds A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TagResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@return The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resources.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/" } } }, "GetHostedZoneCountResult" : { "c2jName" : "GetHostedZoneCountResponse", "documentation" : "

                                                                                                  A complex type that contains the count of hosted zones associated with the current AWS account.

                                                                                                  ", "shapeName" : "GetHostedZoneCountResult", "deprecated" : false, "required" : [ "HostedZoneCount" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The number of hosted zones associated with the current AWS account.

                                                                                                  ", "name" : "HostedZoneCount", "c2jName" : "HostedZoneCount", "c2jShape" : "HostedZoneCount", "variable" : { "variableName" : "hostedZoneCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                  The number of hosted zones associated with the current AWS account.

                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "hostedZoneCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "HostedZoneCount", "marshallLocationName" : "HostedZoneCount", "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 number of hosted zones associated with the current AWS account.

                                                                                                  \n@param hostedZoneCount The number of hosted zones associated with the current AWS account.*/", "getterDocumentation" : "/**

                                                                                                  The number of hosted zones associated with the current AWS account.

                                                                                                  \n@return The number of hosted zones associated with the current AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of hosted zones associated with the current AWS account.

                                                                                                  \n@param hostedZoneCount The number of 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" : "/**

                                                                                                  The number of hosted zones associated with the current AWS account.

                                                                                                  \n@param hostedZoneCount The number of hosted zones associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getHostedZoneCountResult", "variableType" : "GetHostedZoneCountResult", "variableDeclarationType" : "GetHostedZoneCountResult", "documentation" : null, "simpleType" : "GetHostedZoneCountResult", "variableSetterType" : "GetHostedZoneCountResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HostedZoneCount" : { "documentation" : "

                                                                                                  The number of hosted zones associated with the current AWS account.

                                                                                                  ", "name" : "HostedZoneCount", "c2jName" : "HostedZoneCount", "c2jShape" : "HostedZoneCount", "variable" : { "variableName" : "hostedZoneCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                  The number of hosted zones associated with the current AWS account.

                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "hostedZoneCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "HostedZoneCount", "marshallLocationName" : "HostedZoneCount", "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 number of hosted zones associated with the current AWS account.

                                                                                                  \n@param hostedZoneCount The number of hosted zones associated with the current AWS account.*/", "getterDocumentation" : "/**

                                                                                                  The number of hosted zones associated with the current AWS account.

                                                                                                  \n@return The number of hosted zones associated with the current AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of hosted zones associated with the current AWS account.

                                                                                                  \n@param hostedZoneCount The number of 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" : "/**

                                                                                                  The number of hosted zones associated with the current AWS account.

                                                                                                  \n@param hostedZoneCount The number of hosted zones associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "HealthCheckType" : { "c2jName" : "HealthCheckType", "documentation" : "", "shapeName" : "HealthCheckType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "HTTP", "value" : "HTTP" }, { "name" : "HTTPS", "value" : "HTTPS" }, { "name" : "HTTP_STR_MATCH", "value" : "HTTP_STR_MATCH" }, { "name" : "HTTPS_STR_MATCH", "value" : "HTTPS_STR_MATCH" }, { "name" : "TCP", "value" : "TCP" }, { "name" : "CALCULATED", "value" : "CALCULATED" }, { "name" : "CLOUDWATCH_METRIC", "value" : "CLOUDWATCH_METRIC" } ], "variable" : { "variableName" : "healthCheckType", "variableType" : "HealthCheckType", "variableDeclarationType" : "HealthCheckType", "documentation" : null, "simpleType" : "HealthCheckType", "variableSetterType" : "HealthCheckType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "HealthCheckRegion" : { "c2jName" : "HealthCheckRegion", "documentation" : "

                                                                                                  An Amazon EC2 region that you want Amazon Route 53 to use to perform health checks.

                                                                                                  ", "shapeName" : "HealthCheckRegion", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "UsEast1", "value" : "us-east-1" }, { "name" : "UsWest1", "value" : "us-west-1" }, { "name" : "UsWest2", "value" : "us-west-2" }, { "name" : "EuWest1", "value" : "eu-west-1" }, { "name" : "ApSoutheast1", "value" : "ap-southeast-1" }, { "name" : "ApSoutheast2", "value" : "ap-southeast-2" }, { "name" : "ApNortheast1", "value" : "ap-northeast-1" }, { "name" : "SaEast1", "value" : "sa-east-1" } ], "variable" : { "variableName" : "healthCheckRegion", "variableType" : "HealthCheckRegion", "variableDeclarationType" : "HealthCheckRegion", "documentation" : null, "simpleType" : "HealthCheckRegion", "variableSetterType" : "HealthCheckRegion" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetChangeRequest" : { "c2jName" : "GetChangeRequest", "documentation" : "

                                                                                                  The input for a GetChange request.

                                                                                                  ", "shapeName" : "GetChangeRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@return The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getChangeRequest", "variableType" : "GetChangeRequest", "variableDeclarationType" : "GetChangeRequest", "documentation" : null, "simpleType" : "GetChangeRequest", "variableSetterType" : "GetChangeRequest" }, "marshaller" : { "action" : "GetChange", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/change/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@return The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetChangeResult" : { "c2jName" : "GetChangeResponse", "documentation" : "

                                                                                                  A complex type that contains the ChangeInfo element.

                                                                                                  ", "shapeName" : "GetChangeResult", "deprecated" : false, "required" : [ "ChangeInfo" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  \n@param changeInfo A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  \n@return A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  \n@param changeInfo A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.\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 specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  \n@param changeInfo A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getChangeResult", "variableType" : "GetChangeResult", "variableDeclarationType" : "GetChangeResult", "documentation" : null, "simpleType" : "GetChangeResult", "variableSetterType" : "GetChangeResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeInfo" : { "documentation" : "

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  \n@param changeInfo A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  \n@return A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  \n@param changeInfo A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.\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 specified change batch, including the change batch ID, the status of the change, and the date and time of the request.

                                                                                                  \n@param changeInfo A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrafficPolicyAlreadyExistsException" : { "c2jName" : "TrafficPolicyAlreadyExists", "documentation" : "

                                                                                                  A traffic policy that has the same value for Name already exists.

                                                                                                  ", "shapeName" : "TrafficPolicyAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "trafficPolicyAlreadyExistsException", "variableType" : "TrafficPolicyAlreadyExistsException", "variableDeclarationType" : "TrafficPolicyAlreadyExistsException", "documentation" : null, "simpleType" : "TrafficPolicyAlreadyExistsException", "variableSetterType" : "TrafficPolicyAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TrafficPolicyAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListTrafficPolicyInstancesResult" : { "c2jName" : "ListTrafficPolicyInstancesResponse", "documentation" : "

                                                                                                  A complex type that contains the response information for the request.

                                                                                                  ", "shapeName" : "ListTrafficPolicyInstancesResult", "deprecated" : false, "required" : [ "TrafficPolicyInstances", "IsTruncated", "MaxItems" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  ", "name" : "TrafficPolicyInstances", "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "variable" : { "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trafficPolicyInstances", "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" : "TrafficPolicyInstances", "marshallLocationName" : "TrafficPolicyInstances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TrafficPolicyInstance", "memberLocationName" : "TrafficPolicyInstance", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "TrafficPolicyInstance", "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 TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "getterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  \n@return A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTrafficPolicyInstances(java.util.Collection)} or {@link #withTrafficPolicyInstances(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "name" : "HostedZoneIdMarker", "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HostedZoneIdMarker", "marshallLocationName" : "HostedZoneIdMarker", "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 IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@return If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "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 IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "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" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  ", "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 that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  ", "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 value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  \n@return The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTrafficPolicyInstancesResult", "variableType" : "ListTrafficPolicyInstancesResult", "variableDeclarationType" : "ListTrafficPolicyInstancesResult", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesResult", "variableSetterType" : "ListTrafficPolicyInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyInstanceNameMarker" : { "documentation" : "

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "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 IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyInstances" : { "documentation" : "

                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  ", "name" : "TrafficPolicyInstances", "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "variable" : { "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trafficPolicyInstances", "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" : "TrafficPolicyInstances", "marshallLocationName" : "TrafficPolicyInstances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TrafficPolicyInstance", "memberLocationName" : "TrafficPolicyInstance", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "TrafficPolicyInstance", "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 TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "getterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  \n@return A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTrafficPolicyInstances(java.util.Collection)} or {@link #withTrafficPolicyInstances(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyInstanceTypeMarker" : { "documentation" : "

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "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" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "IsTruncated" : { "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  ", "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 that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneIdMarker" : { "documentation" : "

                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "name" : "HostedZoneIdMarker", "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HostedZoneIdMarker", "marshallLocationName" : "HostedZoneIdMarker", "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 IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@return If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  ", "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 value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  \n@return The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DelegationSetAlreadyCreatedException" : { "c2jName" : "DelegationSetAlreadyCreated", "documentation" : "

                                                                                                  A delegation set with the same owner and caller reference combination has already been created.

                                                                                                  ", "shapeName" : "DelegationSetAlreadyCreatedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "delegationSetAlreadyCreatedException", "variableType" : "DelegationSetAlreadyCreatedException", "variableDeclarationType" : "DelegationSetAlreadyCreatedException", "documentation" : null, "simpleType" : "DelegationSetAlreadyCreatedException", "variableSetterType" : "DelegationSetAlreadyCreatedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DelegationSetAlreadyCreated", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DelegationSetAlreadyReusableException" : { "c2jName" : "DelegationSetAlreadyReusable", "documentation" : "

                                                                                                  The specified delegation set has already been marked as reusable.

                                                                                                  ", "shapeName" : "DelegationSetAlreadyReusableException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "delegationSetAlreadyReusableException", "variableType" : "DelegationSetAlreadyReusableException", "variableDeclarationType" : "DelegationSetAlreadyReusableException", "documentation" : null, "simpleType" : "DelegationSetAlreadyReusableException", "variableSetterType" : "DelegationSetAlreadyReusableException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DelegationSetAlreadyReusable", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidVPCIdException" : { "c2jName" : "InvalidVPCId", "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.

                                                                                                  ", "shapeName" : "InvalidVPCIdException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidVPCIdException", "variableType" : "InvalidVPCIdException", "variableDeclarationType" : "InvalidVPCIdException", "documentation" : null, "simpleType" : "InvalidVPCIdException", "variableSetterType" : "InvalidVPCIdException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidVPCId", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteReusableDelegationSetRequest" : { "c2jName" : "DeleteReusableDelegationSetRequest", "documentation" : "

                                                                                                  A complex type containing the information for the delete request.

                                                                                                  ", "shapeName" : "DeleteReusableDelegationSetRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  \n@param id The ID of the reusable delegation set you want to delete.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  \n@return The ID of the reusable delegation set you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  \n@param id The ID of the reusable delegation set you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  \n@param id The ID of the reusable delegation set you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteReusableDelegationSetRequest", "variableType" : "DeleteReusableDelegationSetRequest", "variableDeclarationType" : "DeleteReusableDelegationSetRequest", "documentation" : null, "simpleType" : "DeleteReusableDelegationSetRequest", "variableSetterType" : "DeleteReusableDelegationSetRequest" }, "marshaller" : { "action" : "DeleteReusableDelegationSet", "verb" : "DELETE", "target" : null, "requestUri" : "/2013-04-01/delegationset/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  \n@param id The ID of the reusable delegation set you want to delete.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  \n@return The ID of the reusable delegation set you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  \n@param id The ID of the reusable delegation set you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set you want to delete.

                                                                                                  \n@param id The ID of the reusable delegation set you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrafficPolicyInUseException" : { "c2jName" : "TrafficPolicyInUse", "documentation" : "

                                                                                                  One or more traffic policy instances were created by using the specified traffic policy.

                                                                                                  ", "shapeName" : "TrafficPolicyInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "trafficPolicyInUseException", "variableType" : "TrafficPolicyInUseException", "variableDeclarationType" : "TrafficPolicyInUseException", "documentation" : null, "simpleType" : "TrafficPolicyInUseException", "variableSetterType" : "TrafficPolicyInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TrafficPolicyInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetReusableDelegationSetRequest" : { "c2jName" : "GetReusableDelegationSetRequest", "documentation" : "

                                                                                                  The input for a GetReusableDelegationSet request.

                                                                                                  ", "shapeName" : "GetReusableDelegationSetRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  \n@param id The ID of the reusable delegation set for which you want to get a list of the name server.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  \n@return The ID of the reusable delegation set for which you want to get a list of the name server.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  \n@param id The ID of the reusable delegation set for which you want to get a list of the name server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  \n@param id The ID of the reusable delegation set for which you want to get a list of the name server.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getReusableDelegationSetRequest", "variableType" : "GetReusableDelegationSetRequest", "variableDeclarationType" : "GetReusableDelegationSetRequest", "documentation" : null, "simpleType" : "GetReusableDelegationSetRequest", "variableSetterType" : "GetReusableDelegationSetRequest" }, "marshaller" : { "action" : "GetReusableDelegationSet", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/delegationset/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  \n@param id The ID of the reusable delegation set for which you want to get a list of the name server.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  \n@return The ID of the reusable delegation set for which you want to get a list of the name server.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  \n@param id The ID of the reusable delegation set for which you want to get a list of the name server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the reusable delegation set for which you want to get a list of the name server.

                                                                                                  \n@param id The ID of the reusable delegation set for which you want to get a list of the name server.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateHostedZoneCommentRequest" : { "c2jName" : "UpdateHostedZoneCommentRequest", "documentation" : "

                                                                                                  A complex type that contains information about the request to update a hosted zone comment.

                                                                                                  ", "shapeName" : "UpdateHostedZoneCommentRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  \n@param id The ID of the hosted zone you want to update.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  \n@return The ID of the hosted zone you want to update.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  \n@param id The ID of the hosted zone you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  \n@param id The ID of the hosted zone you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A comment about your hosted zone.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A comment about your hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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 comment about your hosted zone.

                                                                                                  \n@param comment A comment about your hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A comment about your hosted zone.

                                                                                                  \n@return A comment about your hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A comment about your hosted zone.

                                                                                                  \n@param comment A comment about your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A comment about your hosted zone.

                                                                                                  \n@param comment A comment about your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateHostedZoneCommentRequest", "variableType" : "UpdateHostedZoneCommentRequest", "variableDeclarationType" : "UpdateHostedZoneCommentRequest", "documentation" : null, "simpleType" : "UpdateHostedZoneCommentRequest", "variableSetterType" : "UpdateHostedZoneCommentRequest" }, "marshaller" : { "action" : "UpdateHostedZoneComment", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}", "locationName" : "UpdateHostedZoneCommentRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Comment" : { "documentation" : "

                                                                                                  A comment about your hosted zone.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A comment about your hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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 comment about your hosted zone.

                                                                                                  \n@param comment A comment about your hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A comment about your hosted zone.

                                                                                                  \n@return A comment about your hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A comment about your hosted zone.

                                                                                                  \n@param comment A comment about your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A comment about your hosted zone.

                                                                                                  \n@param comment A comment about your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  \n@param id The ID of the hosted zone you want to update.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  \n@return The ID of the hosted zone you want to update.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  \n@param id The ID of the hosted zone you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to update.

                                                                                                  \n@param id The ID of the hosted zone you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NoSuchHostedZoneException" : { "c2jName" : "NoSuchHostedZone", "documentation" : "", "shapeName" : "NoSuchHostedZoneException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchHostedZoneException", "variableType" : "NoSuchHostedZoneException", "variableDeclarationType" : "NoSuchHostedZoneException", "documentation" : null, "simpleType" : "NoSuchHostedZoneException", "variableSetterType" : "NoSuchHostedZoneException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchHostedZone", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CloudWatchRegion" : { "c2jName" : "CloudWatchRegion", "documentation" : "", "shapeName" : "CloudWatchRegion", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "UsEast1", "value" : "us-east-1" }, { "name" : "UsWest1", "value" : "us-west-1" }, { "name" : "UsWest2", "value" : "us-west-2" }, { "name" : "EuCentral1", "value" : "eu-central-1" }, { "name" : "EuWest1", "value" : "eu-west-1" }, { "name" : "ApSoutheast1", "value" : "ap-southeast-1" }, { "name" : "ApSoutheast2", "value" : "ap-southeast-2" }, { "name" : "ApNortheast1", "value" : "ap-northeast-1" }, { "name" : "ApNortheast2", "value" : "ap-northeast-2" }, { "name" : "SaEast1", "value" : "sa-east-1" } ], "variable" : { "variableName" : "cloudWatchRegion", "variableType" : "CloudWatchRegion", "variableDeclarationType" : "CloudWatchRegion", "documentation" : null, "simpleType" : "CloudWatchRegion", "variableSetterType" : "CloudWatchRegion" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TooManyHostedZonesException" : { "c2jName" : "TooManyHostedZones", "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.

                                                                                                  ", "shapeName" : "TooManyHostedZonesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyHostedZonesException", "variableType" : "TooManyHostedZonesException", "variableDeclarationType" : "TooManyHostedZonesException", "documentation" : null, "simpleType" : "TooManyHostedZonesException", "variableSetterType" : "TooManyHostedZonesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyHostedZones", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateTrafficPolicyInstanceResult" : { "c2jName" : "CreateTrafficPolicyInstanceResponse", "documentation" : "

                                                                                                  A complex type that contains the response information for the CreateTrafficPolicyInstance request.

                                                                                                  ", "shapeName" : "CreateTrafficPolicyInstanceResult", "deprecated" : false, "required" : [ "TrafficPolicyInstance", "Location" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  ", "name" : "TrafficPolicyInstance", "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the new traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  \n@return A complex type that contains settings for the new traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the new traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the new traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A unique URL that represents a new traffic policy instance.

                                                                                                  ", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A unique URL that represents a new traffic policy instance.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 unique URL that represents a new traffic policy instance.

                                                                                                  \n@param location A unique URL that represents a new traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  A unique URL that represents a new traffic policy instance.

                                                                                                  \n@return A unique URL that represents a new traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A unique URL that represents a new traffic policy instance.

                                                                                                  \n@param location A unique URL that represents a new traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A unique URL that represents a new traffic policy instance.

                                                                                                  \n@param location A unique URL that represents a new traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTrafficPolicyInstanceResult", "variableType" : "CreateTrafficPolicyInstanceResult", "variableDeclarationType" : "CreateTrafficPolicyInstanceResult", "documentation" : null, "simpleType" : "CreateTrafficPolicyInstanceResult", "variableSetterType" : "CreateTrafficPolicyInstanceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyInstance" : { "documentation" : "

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  ", "name" : "TrafficPolicyInstance", "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the new traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  \n@return A complex type that contains settings for the new traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the new traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the new traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "

                                                                                                  A unique URL that represents a new traffic policy instance.

                                                                                                  ", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A unique URL that represents a new traffic policy instance.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 unique URL that represents a new traffic policy instance.

                                                                                                  \n@param location A unique URL that represents a new traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  A unique URL that represents a new traffic policy instance.

                                                                                                  \n@return A unique URL that represents a new traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A unique URL that represents a new traffic policy instance.

                                                                                                  \n@param location A unique URL that represents a new traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A unique URL that represents a new traffic policy instance.

                                                                                                  \n@param location A unique URL that represents a new traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetChangeDetailsRequest" : { "c2jName" : "GetChangeDetailsRequest", "documentation" : "

                                                                                                  The input for a GetChangeDetails request.

                                                                                                  ", "shapeName" : "GetChangeDetailsRequest", "deprecated" : true, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@return The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getChangeDetailsRequest", "variableType" : "GetChangeDetailsRequest", "variableDeclarationType" : "GetChangeDetailsRequest", "documentation" : null, "simpleType" : "GetChangeDetailsRequest", "variableSetterType" : "GetChangeDetailsRequest" }, "marshaller" : { "action" : "GetChangeDetails", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/changedetails/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@return The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

                                                                                                  \n@param id The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateHostedZoneCommentResult" : { "c2jName" : "UpdateHostedZoneCommentResponse", "documentation" : "

                                                                                                  A complex type containing information about the specified hosted zone after the update.

                                                                                                  ", "shapeName" : "UpdateHostedZoneCommentResult", "deprecated" : false, "required" : [ "HostedZone" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "HostedZone", "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "variable" : { "variableName" : "hostedZone", "variableType" : "HostedZone", "variableDeclarationType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "setterModel" : { "variableName" : "hostedZone", "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 hostedZone */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param hostedZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param hostedZone \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateHostedZoneCommentResult", "variableType" : "UpdateHostedZoneCommentResult", "variableDeclarationType" : "UpdateHostedZoneCommentResult", "documentation" : null, "simpleType" : "UpdateHostedZoneCommentResult", "variableSetterType" : "UpdateHostedZoneCommentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HostedZone" : { "documentation" : "", "name" : "HostedZone", "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "variable" : { "variableName" : "hostedZone", "variableType" : "HostedZone", "variableDeclarationType" : "HostedZone", "documentation" : "", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "setterModel" : { "variableName" : "hostedZone", "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 hostedZone */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param hostedZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param hostedZone \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListHealthChecksResult" : { "c2jName" : "ListHealthChecksResponse", "documentation" : "

                                                                                                  A complex type that contains the response for the request.

                                                                                                  ", "shapeName" : "ListHealthChecksResult", "deprecated" : false, "required" : [ "HealthChecks", "Marker", "IsTruncated", "MaxItems" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains information about the health checks associated with the current AWS account.

                                                                                                  ", "name" : "HealthChecks", "c2jName" : "HealthChecks", "c2jShape" : "HealthChecks", "variable" : { "variableName" : "healthChecks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains information about the health checks associated with the current AWS account.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "healthChecks", "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" : "HealthChecks", "marshallLocationName" : "HealthChecks", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "HealthCheck", "memberLocationName" : "HealthCheck", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "member", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "member", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "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" : "HealthCheck", "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 health checks associated with the current AWS account.

                                                                                                  \n@param healthChecks A complex type that contains information about the health checks associated with the current AWS account.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the health checks associated with the current AWS account.

                                                                                                  \n@return A complex type that contains information about the health checks associated with the current AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the health checks associated with the current AWS account.

                                                                                                  \n@param healthChecks A complex type that contains information about the health checks 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 health checks associated with the current AWS account.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setHealthChecks(java.util.Collection)} or {@link #withHealthChecks(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param healthChecks A complex type that contains information about the health checks associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "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 request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "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 health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "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" : "/**

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@return Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  ", "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 health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  \n@param maxItems The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  \n@return The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  \n@param maxItems The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  \n@param maxItems The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listHealthChecksResult", "variableType" : "ListHealthChecksResult", "variableDeclarationType" : "ListHealthChecksResult", "documentation" : null, "simpleType" : "ListHealthChecksResult", "variableSetterType" : "ListHealthChecksResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthChecks" : { "documentation" : "

                                                                                                  A complex type that contains information about the health checks associated with the current AWS account.

                                                                                                  ", "name" : "HealthChecks", "c2jName" : "HealthChecks", "c2jShape" : "HealthChecks", "variable" : { "variableName" : "healthChecks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains information about the health checks associated with the current AWS account.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "healthChecks", "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" : "HealthChecks", "marshallLocationName" : "HealthChecks", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "HealthCheck", "memberLocationName" : "HealthCheck", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "member", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "member", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "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" : "HealthCheck", "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 health checks associated with the current AWS account.

                                                                                                  \n@param healthChecks A complex type that contains information about the health checks associated with the current AWS account.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the health checks associated with the current AWS account.

                                                                                                  \n@return A complex type that contains information about the health checks associated with the current AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the health checks associated with the current AWS account.

                                                                                                  \n@param healthChecks A complex type that contains information about the health checks 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 health checks associated with the current AWS account.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setHealthChecks(java.util.Collection)} or {@link #withHealthChecks(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param healthChecks A complex type that contains information about the health checks associated with the current AWS account.\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 health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "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 health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "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 request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  ", "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 health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  \n@param maxItems The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  \n@return The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  \n@param maxItems The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.

                                                                                                  \n@param maxItems The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. Call ListHealthChecks again and specify the value of NextMarker from the last response in the Marker element of the next request to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "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" : "/**

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@return Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing health checks. If IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceRecord" : { "c2jName" : "ResourceRecord", "documentation" : "

                                                                                                  A complex type that contains the value of the Value element for the current resource record set.

                                                                                                  ", "shapeName" : "ResourceRecord", "deprecated" : false, "required" : [ "Value" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "RData", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  \n@param value The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.*/", "getterDocumentation" : "/**

                                                                                                  The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  \n@return The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  \n@param value The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  \n@param value The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resourceRecord", "variableType" : "ResourceRecord", "variableDeclarationType" : "ResourceRecord", "documentation" : null, "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                                                                                  The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "RData", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  \n@param value The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.*/", "getterDocumentation" : "/**

                                                                                                  The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  \n@return The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  \n@param value The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.

                                                                                                  \n@param value The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

                                                                                                  You can specify more than one value for all record types except CNAME and SOA.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "VPCAssociationNotFoundException" : { "c2jName" : "VPCAssociationNotFound", "documentation" : "

                                                                                                  The VPC you specified is not currently associated with the hosted zone.

                                                                                                  ", "shapeName" : "VPCAssociationNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "vPCAssociationNotFoundException", "variableType" : "VPCAssociationNotFoundException", "variableDeclarationType" : "VPCAssociationNotFoundException", "documentation" : null, "simpleType" : "VPCAssociationNotFoundException", "variableSetterType" : "VPCAssociationNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "VPCAssociationNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListGeoLocationsResult" : { "c2jName" : "ListGeoLocationsResponse", "documentation" : "

                                                                                                  A complex type that contains information about the geo locations that are returned by the request and information about the response.

                                                                                                  ", "shapeName" : "ListGeoLocationsResult", "deprecated" : false, "required" : [ "GeoLocationDetailsList", "IsTruncated", "MaxItems" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains information about the geo locations that are returned by the request.

                                                                                                  ", "name" : "GeoLocationDetailsList", "c2jName" : "GeoLocationDetailsList", "c2jShape" : "GeoLocationDetailsList", "variable" : { "variableName" : "geoLocationDetailsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains information about the geo locations that are returned by the request.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "geoLocationDetailsList", "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" : "GeoLocationDetailsList", "marshallLocationName" : "GeoLocationDetailsList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "GeoLocationDetails", "memberLocationName" : "GeoLocationDetails", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "GeoLocationDetails", "variable" : { "variableName" : "member", "variableType" : "GeoLocationDetails", "variableDeclarationType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "setterModel" : { "variableName" : "member", "variableType" : "GeoLocationDetails", "variableDeclarationType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "getterModel" : { "returnType" : "GeoLocationDetails", "documentation" : null }, "http" : { "unmarshallLocationName" : "GeoLocationDetails", "marshallLocationName" : "GeoLocationDetails", "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" : "GeoLocationDetails", "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 geo locations that are returned by the request.

                                                                                                  \n@param geoLocationDetailsList A complex type that contains information about the geo locations that are returned by the request.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the geo locations that are returned by the request.

                                                                                                  \n@return A complex type that contains information about the geo locations that are returned by the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the geo locations that are returned by the request.

                                                                                                  \n@param geoLocationDetailsList A complex type that contains information about the geo locations that are returned by the request.\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 geo locations that are returned by the request.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGeoLocationDetailsList(java.util.Collection)} or {@link #withGeoLocationDetailsList(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param geoLocationDetailsList A complex type that contains information about the geo locations that are returned by the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  ", "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 that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  ", "name" : "NextContinentCode", "c2jName" : "NextContinentCode", "c2jShape" : "GeoLocationContinentCode", "variable" : { "variableName" : "nextContinentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextContinentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextContinentCode", "marshallLocationName" : "NextContinentCode", "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 results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  \n@param nextContinentCode If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.*/", "getterDocumentation" : "/**

                                                                                                  If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  \n@return If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  \n@param nextContinentCode If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  \n@param nextContinentCode If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  ", "name" : "NextCountryCode", "c2jName" : "NextCountryCode", "c2jShape" : "GeoLocationCountryCode", "variable" : { "variableName" : "nextCountryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextCountryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextCountryCode", "marshallLocationName" : "NextCountryCode", "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 results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  \n@param nextCountryCode If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.*/", "getterDocumentation" : "/**

                                                                                                  If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  \n@return If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  \n@param nextCountryCode If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  \n@param nextCountryCode If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  ", "name" : "NextSubdivisionCode", "c2jName" : "NextSubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "variable" : { "variableName" : "nextSubdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextSubdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextSubdivisionCode", "marshallLocationName" : "NextSubdivisionCode", "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 results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  \n@param nextSubdivisionCode If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.*/", "getterDocumentation" : "/**

                                                                                                  If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  \n@return If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  \n@param nextSubdivisionCode If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  \n@param nextSubdivisionCode If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  ", "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 records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@return The maximum number of records you requested. The maximum value of MaxItems is 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listGeoLocationsResult", "variableType" : "ListGeoLocationsResult", "variableDeclarationType" : "ListGeoLocationsResult", "documentation" : null, "simpleType" : "ListGeoLocationsResult", "variableSetterType" : "ListGeoLocationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextSubdivisionCode" : { "documentation" : "

                                                                                                  If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  ", "name" : "NextSubdivisionCode", "c2jName" : "NextSubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "variable" : { "variableName" : "nextSubdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextSubdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextSubdivisionCode", "marshallLocationName" : "NextSubdivisionCode", "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 results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  \n@param nextSubdivisionCode If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.*/", "getterDocumentation" : "/**

                                                                                                  If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  \n@return If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  \n@param nextSubdivisionCode If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.

                                                                                                  \n@param nextSubdivisionCode If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location has a subdivision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextCountryCode" : { "documentation" : "

                                                                                                  If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  ", "name" : "NextCountryCode", "c2jName" : "NextCountryCode", "c2jShape" : "GeoLocationCountryCode", "variable" : { "variableName" : "nextCountryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextCountryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextCountryCode", "marshallLocationName" : "NextCountryCode", "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 results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  \n@param nextCountryCode If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.*/", "getterDocumentation" : "/**

                                                                                                  If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  \n@return If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  \n@param nextCountryCode If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.

                                                                                                  \n@param nextCountryCode If the results were truncated, the country code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is not a continent location.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "GeoLocationDetailsList" : { "documentation" : "

                                                                                                  A complex type that contains information about the geo locations that are returned by the request.

                                                                                                  ", "name" : "GeoLocationDetailsList", "c2jName" : "GeoLocationDetailsList", "c2jShape" : "GeoLocationDetailsList", "variable" : { "variableName" : "geoLocationDetailsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains information about the geo locations that are returned by the request.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "geoLocationDetailsList", "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" : "GeoLocationDetailsList", "marshallLocationName" : "GeoLocationDetailsList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "GeoLocationDetails", "memberLocationName" : "GeoLocationDetails", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "GeoLocationDetails", "variable" : { "variableName" : "member", "variableType" : "GeoLocationDetails", "variableDeclarationType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "setterModel" : { "variableName" : "member", "variableType" : "GeoLocationDetails", "variableDeclarationType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "getterModel" : { "returnType" : "GeoLocationDetails", "documentation" : null }, "http" : { "unmarshallLocationName" : "GeoLocationDetails", "marshallLocationName" : "GeoLocationDetails", "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" : "GeoLocationDetails", "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 geo locations that are returned by the request.

                                                                                                  \n@param geoLocationDetailsList A complex type that contains information about the geo locations that are returned by the request.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the geo locations that are returned by the request.

                                                                                                  \n@return A complex type that contains information about the geo locations that are returned by the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the geo locations that are returned by the request.

                                                                                                  \n@param geoLocationDetailsList A complex type that contains information about the geo locations that are returned by the request.\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 geo locations that are returned by the request.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGeoLocationDetailsList(java.util.Collection)} or {@link #withGeoLocationDetailsList(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param geoLocationDetailsList A complex type that contains information about the geo locations that are returned by the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsTruncated" : { "documentation" : "

                                                                                                  A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  ", "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 that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the NextContinentCode, NextCountryCode, and NextSubdivisionCode elements.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextContinentCode" : { "documentation" : "

                                                                                                  If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  ", "name" : "NextContinentCode", "c2jName" : "NextContinentCode", "c2jShape" : "GeoLocationContinentCode", "variable" : { "variableName" : "nextContinentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextContinentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextContinentCode", "marshallLocationName" : "NextContinentCode", "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 results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  \n@param nextContinentCode If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.*/", "getterDocumentation" : "/**

                                                                                                  If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  \n@return If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  \n@param nextContinentCode If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.

                                                                                                  \n@param nextContinentCode If the results were truncated, the continent code of the next geo location in the list. This element is present only if IsTruncated is true and the next geo location to list is a continent location.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  ", "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 records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@return The maximum number of records you requested. The maximum value of MaxItems is 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "VPCRegion" : { "c2jName" : "VPCRegion", "documentation" : "", "shapeName" : "VPCRegion", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "UsEast1", "value" : "us-east-1" }, { "name" : "UsWest1", "value" : "us-west-1" }, { "name" : "UsWest2", "value" : "us-west-2" }, { "name" : "EuWest1", "value" : "eu-west-1" }, { "name" : "EuCentral1", "value" : "eu-central-1" }, { "name" : "ApSoutheast1", "value" : "ap-southeast-1" }, { "name" : "ApSoutheast2", "value" : "ap-southeast-2" }, { "name" : "ApSouth1", "value" : "ap-south-1" }, { "name" : "ApNortheast1", "value" : "ap-northeast-1" }, { "name" : "ApNortheast2", "value" : "ap-northeast-2" }, { "name" : "SaEast1", "value" : "sa-east-1" }, { "name" : "CnNorth1", "value" : "cn-north-1" } ], "variable" : { "variableName" : "vPCRegion", "variableType" : "VPCRegion", "variableDeclarationType" : "VPCRegion", "documentation" : null, "simpleType" : "VPCRegion", "variableSetterType" : "VPCRegion" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Statistic" : { "c2jName" : "Statistic", "documentation" : "", "shapeName" : "Statistic", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Average", "value" : "Average" }, { "name" : "Sum", "value" : "Sum" }, { "name" : "SampleCount", "value" : "SampleCount" }, { "name" : "Maximum", "value" : "Maximum" }, { "name" : "Minimum", "value" : "Minimum" } ], "variable" : { "variableName" : "statistic", "variableType" : "Statistic", "variableDeclarationType" : "Statistic", "documentation" : null, "simpleType" : "Statistic", "variableSetterType" : "Statistic" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PublicZoneVPCAssociationException" : { "c2jName" : "PublicZoneVPCAssociation", "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.

                                                                                                  ", "shapeName" : "PublicZoneVPCAssociationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "publicZoneVPCAssociationException", "variableType" : "PublicZoneVPCAssociationException", "variableDeclarationType" : "PublicZoneVPCAssociationException", "documentation" : null, "simpleType" : "PublicZoneVPCAssociationException", "variableSetterType" : "PublicZoneVPCAssociationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "PublicZoneVPCAssociation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DisassociateVPCFromHostedZoneResult" : { "c2jName" : "DisassociateVPCFromHostedZoneResponse", "documentation" : "

                                                                                                  A complex type containing the response information for the request.

                                                                                                  ", "shapeName" : "DisassociateVPCFromHostedZoneResult", "deprecated" : false, "required" : [ "ChangeInfo" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@return A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "disassociateVPCFromHostedZoneResult", "variableType" : "DisassociateVPCFromHostedZoneResult", "variableDeclarationType" : "DisassociateVPCFromHostedZoneResult", "documentation" : null, "simpleType" : "DisassociateVPCFromHostedZoneResult", "variableSetterType" : "DisassociateVPCFromHostedZoneResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeInfo" : { "documentation" : "

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@return A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your DisassociateVPCFromHostedZoneRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ChangeResourceRecordSetsRequest" : { "c2jName" : "ChangeResourceRecordSetsRequest", "documentation" : "

                                                                                                  A complex type that contains a change batch.

                                                                                                  ", "shapeName" : "ChangeResourceRecordSetsRequest", "deprecated" : false, "required" : [ "HostedZoneId", "ChangeBatch" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  \n@return The ID of the hosted zone that contains the resource record sets that you want to change.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  ", "name" : "ChangeBatch", "c2jName" : "ChangeBatch", "c2jShape" : "ChangeBatch", "variable" : { "variableName" : "changeBatch", "variableType" : "ChangeBatch", "variableDeclarationType" : "ChangeBatch", "documentation" : "

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  ", "simpleType" : "ChangeBatch", "variableSetterType" : "ChangeBatch" }, "setterModel" : { "variableName" : "changeBatch", "variableType" : "ChangeBatch", "variableDeclarationType" : "ChangeBatch", "documentation" : "", "simpleType" : "ChangeBatch", "variableSetterType" : "ChangeBatch" }, "getterModel" : { "returnType" : "ChangeBatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeBatch", "marshallLocationName" : "ChangeBatch", "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" : "/**

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  \n@return A complex type that contains an optional comment and the Changes element.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "changeResourceRecordSetsRequest", "variableType" : "ChangeResourceRecordSetsRequest", "variableDeclarationType" : "ChangeResourceRecordSetsRequest", "documentation" : null, "simpleType" : "ChangeResourceRecordSetsRequest", "variableSetterType" : "ChangeResourceRecordSetsRequest" }, "marshaller" : { "action" : "ChangeResourceRecordSets", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}/rrset/", "locationName" : "ChangeResourceRecordSetsRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeBatch" : { "documentation" : "

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  ", "name" : "ChangeBatch", "c2jName" : "ChangeBatch", "c2jShape" : "ChangeBatch", "variable" : { "variableName" : "changeBatch", "variableType" : "ChangeBatch", "variableDeclarationType" : "ChangeBatch", "documentation" : "

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  ", "simpleType" : "ChangeBatch", "variableSetterType" : "ChangeBatch" }, "setterModel" : { "variableName" : "changeBatch", "variableType" : "ChangeBatch", "variableDeclarationType" : "ChangeBatch", "documentation" : "", "simpleType" : "ChangeBatch", "variableSetterType" : "ChangeBatch" }, "getterModel" : { "returnType" : "ChangeBatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeBatch", "marshallLocationName" : "ChangeBatch", "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" : "/**

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  \n@return A complex type that contains an optional comment and the Changes element.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment and the Changes element.

                                                                                                  \n@param changeBatch A complex type that contains an optional comment and the Changes element.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneId" : { "documentation" : "

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  \n@return The ID of the hosted zone that contains the resource record sets that you want to change.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to change.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetHostedZoneCountRequest" : { "c2jName" : "GetHostedZoneCountRequest", "documentation" : "

                                                                                                  To retrieve a count of all your hosted zones, send a GET request to the /Route 53 API version/hostedzonecount resource.

                                                                                                  ", "shapeName" : "GetHostedZoneCountRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getHostedZoneCountRequest", "variableType" : "GetHostedZoneCountRequest", "variableDeclarationType" : "GetHostedZoneCountRequest", "documentation" : null, "simpleType" : "GetHostedZoneCountRequest", "variableSetterType" : "GetHostedZoneCountRequest" }, "marshaller" : { "action" : "GetHostedZoneCount", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/hostedzonecount", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "HostedZone" : { "c2jName" : "HostedZone", "documentation" : "

                                                                                                  A complex type that contain information about the specified hosted zone.

                                                                                                  ", "shapeName" : "HostedZone", "deprecated" : false, "required" : [ "Id", "Name", "CallerReference" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the specified hosted zone.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the specified hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 ID of the specified hosted zone.

                                                                                                  \n@param id The ID of the specified hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the specified hosted zone.

                                                                                                  \n@return The ID of the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the specified hosted zone.

                                                                                                  \n@param id The ID of the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the specified hosted zone.

                                                                                                  \n@param id The ID of the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DNSName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  ", "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. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.*/", "getterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@return The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A unique string that identifies the request to create the hosted zone.

                                                                                                  ", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "Nonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A unique string that identifies the request to create the hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 unique string that identifies the request to create the hosted zone.

                                                                                                  \n@param callerReference A unique string that identifies the request to create the hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A unique string that identifies the request to create the hosted zone.

                                                                                                  \n@return A unique string that identifies the request to create the hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request to create the hosted zone.

                                                                                                  \n@param callerReference A unique string that identifies the request to create the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request to create the hosted zone.

                                                                                                  \n@param callerReference A unique string that identifies the request to create the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that contains the Comment element.

                                                                                                  ", "name" : "Config", "c2jName" : "Config", "c2jShape" : "HostedZoneConfig", "variable" : { "variableName" : "config", "variableType" : "HostedZoneConfig", "variableDeclarationType" : "HostedZoneConfig", "documentation" : "

                                                                                                  A complex type that contains the Comment element.

                                                                                                  ", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "setterModel" : { "variableName" : "config", "variableType" : "HostedZoneConfig", "variableDeclarationType" : "HostedZoneConfig", "documentation" : "", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "getterModel" : { "returnType" : "HostedZoneConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "Config", "marshallLocationName" : "Config", "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" : "/**

                                                                                                  A complex type that contains the Comment element.

                                                                                                  \n@param config A complex type that contains the Comment element.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the Comment element.

                                                                                                  \n@return A complex type that contains the Comment element.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the Comment element.

                                                                                                  \n@param config A complex type that contains the Comment element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the Comment element.

                                                                                                  \n@param config A complex type that contains the Comment element.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  ", "name" : "ResourceRecordSetCount", "c2jName" : "ResourceRecordSetCount", "c2jShape" : "HostedZoneRRSetCount", "variable" : { "variableName" : "resourceRecordSetCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "resourceRecordSetCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceRecordSetCount", "marshallLocationName" : "ResourceRecordSetCount", "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" : "/**

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount Total number of resource record sets in the hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  \n@return Total number of resource record sets in the hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount Total number of resource record sets in the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount Total number of resource record sets in the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "hostedZone", "variableType" : "HostedZone", "variableDeclarationType" : "HostedZone", "documentation" : null, "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Config" : { "documentation" : "

                                                                                                  A complex type that contains the Comment element.

                                                                                                  ", "name" : "Config", "c2jName" : "Config", "c2jShape" : "HostedZoneConfig", "variable" : { "variableName" : "config", "variableType" : "HostedZoneConfig", "variableDeclarationType" : "HostedZoneConfig", "documentation" : "

                                                                                                  A complex type that contains the Comment element.

                                                                                                  ", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "setterModel" : { "variableName" : "config", "variableType" : "HostedZoneConfig", "variableDeclarationType" : "HostedZoneConfig", "documentation" : "", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "getterModel" : { "returnType" : "HostedZoneConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "Config", "marshallLocationName" : "Config", "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" : "/**

                                                                                                  A complex type that contains the Comment element.

                                                                                                  \n@param config A complex type that contains the Comment element.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the Comment element.

                                                                                                  \n@return A complex type that contains the Comment element.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the Comment element.

                                                                                                  \n@param config A complex type that contains the Comment element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the Comment element.

                                                                                                  \n@param config A complex type that contains the Comment element.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CallerReference" : { "documentation" : "

                                                                                                  A unique string that identifies the request to create the hosted zone.

                                                                                                  ", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "Nonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A unique string that identifies the request to create the hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 unique string that identifies the request to create the hosted zone.

                                                                                                  \n@param callerReference A unique string that identifies the request to create the hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A unique string that identifies the request to create the hosted zone.

                                                                                                  \n@return A unique string that identifies the request to create the hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request to create the hosted zone.

                                                                                                  \n@param callerReference A unique string that identifies the request to create the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request to create the hosted zone.

                                                                                                  \n@param callerReference A unique string that identifies the request to create the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                  The ID of the specified hosted zone.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the specified hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 ID of the specified hosted zone.

                                                                                                  \n@param id The ID of the specified hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the specified hosted zone.

                                                                                                  \n@return The ID of the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the specified hosted zone.

                                                                                                  \n@param id The ID of the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the specified hosted zone.

                                                                                                  \n@param id The ID of the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DNSName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  ", "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. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.*/", "getterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@return The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceRecordSetCount" : { "documentation" : "

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  ", "name" : "ResourceRecordSetCount", "c2jName" : "ResourceRecordSetCount", "c2jShape" : "HostedZoneRRSetCount", "variable" : { "variableName" : "resourceRecordSetCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "resourceRecordSetCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceRecordSetCount", "marshallLocationName" : "ResourceRecordSetCount", "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" : "/**

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount Total number of resource record sets in the hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  \n@return Total number of resource record sets in the hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount Total number of resource record sets in the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Total number of resource record sets in the hosted zone.

                                                                                                  \n@param resourceRecordSetCount Total number of resource record sets in the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ChangeBatch" : { "c2jName" : "ChangeBatch", "documentation" : "

                                                                                                  A complex type that contains an optional comment and the changes that you want to make with a change batch request.

                                                                                                  ", "shapeName" : "ChangeBatch", "deprecated" : false, "required" : [ "Changes" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  \n@param comment Optional:*/", "getterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  \n@return Optional:*/", "fluentSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  \n@param comment Optional:\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  \n@param comment Optional:\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that contains one Change element for each resource record set that you want to create or delete.

                                                                                                  ", "name" : "Changes", "c2jName" : "Changes", "c2jShape" : "Changes", "variable" : { "variableName" : "changes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains one Change element for each resource record set that you want to create or delete.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "changes", "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" : "Changes", "marshallLocationName" : "Changes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Change", "memberLocationName" : "Change", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Change", "variable" : { "variableName" : "member", "variableType" : "Change", "variableDeclarationType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "setterModel" : { "variableName" : "member", "variableType" : "Change", "variableDeclarationType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "getterModel" : { "returnType" : "Change", "documentation" : null }, "http" : { "unmarshallLocationName" : "Change", "marshallLocationName" : "Change", "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" : "Change", "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 one Change element for each resource record set that you want to create or delete.

                                                                                                  \n@param changes A complex type that contains one Change element for each resource record set that you want to create or delete.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains one Change element for each resource record set that you want to create or delete.

                                                                                                  \n@return A complex type that contains one Change element for each resource record set that you want to create or delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains one Change element for each resource record set that you want to create or delete.

                                                                                                  \n@param changes A complex type that contains one Change element for each resource record set that you want to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains one Change element for each resource record set that you want to create or delete.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChanges(java.util.Collection)} or {@link #withChanges(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param changes A complex type that contains one Change element for each resource record set that you want to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "changeBatch", "variableType" : "ChangeBatch", "variableDeclarationType" : "ChangeBatch", "documentation" : null, "simpleType" : "ChangeBatch", "variableSetterType" : "ChangeBatch" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Changes" : { "documentation" : "

                                                                                                  A complex type that contains one Change element for each resource record set that you want to create or delete.

                                                                                                  ", "name" : "Changes", "c2jName" : "Changes", "c2jShape" : "Changes", "variable" : { "variableName" : "changes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains one Change element for each resource record set that you want to create or delete.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "changes", "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" : "Changes", "marshallLocationName" : "Changes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Change", "memberLocationName" : "Change", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Change", "variable" : { "variableName" : "member", "variableType" : "Change", "variableDeclarationType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "setterModel" : { "variableName" : "member", "variableType" : "Change", "variableDeclarationType" : "Change", "documentation" : "", "simpleType" : "Change", "variableSetterType" : "Change" }, "getterModel" : { "returnType" : "Change", "documentation" : null }, "http" : { "unmarshallLocationName" : "Change", "marshallLocationName" : "Change", "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" : "Change", "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 one Change element for each resource record set that you want to create or delete.

                                                                                                  \n@param changes A complex type that contains one Change element for each resource record set that you want to create or delete.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains one Change element for each resource record set that you want to create or delete.

                                                                                                  \n@return A complex type that contains one Change element for each resource record set that you want to create or delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains one Change element for each resource record set that you want to create or delete.

                                                                                                  \n@param changes A complex type that contains one Change element for each resource record set that you want to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains one Change element for each resource record set that you want to create or delete.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChanges(java.util.Collection)} or {@link #withChanges(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param changes A complex type that contains one Change element for each resource record set that you want to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Comment" : { "documentation" : "

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  \n@param comment Optional:*/", "getterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  \n@return Optional:*/", "fluentSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  \n@param comment Optional:\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a change batch request.

                                                                                                  \n@param comment Optional:\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ChangeTagsForResourceResult" : { "c2jName" : "ChangeTagsForResourceResponse", "documentation" : "

                                                                                                  Empty response for the request.

                                                                                                  ", "shapeName" : "ChangeTagsForResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "changeTagsForResourceResult", "variableType" : "ChangeTagsForResourceResult", "variableDeclarationType" : "ChangeTagsForResourceResult", "documentation" : null, "simpleType" : "ChangeTagsForResourceResult", "variableSetterType" : "ChangeTagsForResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NoSuchGeoLocationException" : { "c2jName" : "NoSuchGeoLocation", "documentation" : "

                                                                                                  The geo location you are trying to get does not exist.

                                                                                                  ", "shapeName" : "NoSuchGeoLocationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchGeoLocationException", "variableType" : "NoSuchGeoLocationException", "variableDeclarationType" : "NoSuchGeoLocationException", "documentation" : null, "simpleType" : "NoSuchGeoLocationException", "variableSetterType" : "NoSuchGeoLocationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchGeoLocation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TrafficPolicyInstanceAlreadyExistsException" : { "c2jName" : "TrafficPolicyInstanceAlreadyExists", "documentation" : "

                                                                                                  Traffic policy instance with given Id already exists.

                                                                                                  ", "shapeName" : "TrafficPolicyInstanceAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "trafficPolicyInstanceAlreadyExistsException", "variableType" : "TrafficPolicyInstanceAlreadyExistsException", "variableDeclarationType" : "TrafficPolicyInstanceAlreadyExistsException", "documentation" : null, "simpleType" : "TrafficPolicyInstanceAlreadyExistsException", "variableSetterType" : "TrafficPolicyInstanceAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TrafficPolicyInstanceAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListChangeBatchesByHostedZoneRequest" : { "c2jName" : "ListChangeBatchesByHostedZoneRequest", "documentation" : "

                                                                                                  The input for a ListChangeBatchesByHostedZone request.

                                                                                                  ", "shapeName" : "ListChangeBatchesByHostedZoneRequest", "deprecated" : true, "required" : [ "HostedZoneId", "StartDate", "EndDate" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@return The ID of the hosted zone that you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "name" : "StartDate", "c2jName" : "StartDate", "c2jShape" : "Date", "variable" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "startDate", "marshallLocationName" : "startDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@return The start of the time period you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "name" : "EndDate", "c2jName" : "EndDate", "c2jShape" : "Date", "variable" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "endDate", "marshallLocationName" : "endDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@return The end of the time period you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listChangeBatchesByHostedZoneRequest", "variableType" : "ListChangeBatchesByHostedZoneRequest", "variableDeclarationType" : "ListChangeBatchesByHostedZoneRequest", "documentation" : null, "simpleType" : "ListChangeBatchesByHostedZoneRequest", "variableSetterType" : "ListChangeBatchesByHostedZoneRequest" }, "marshaller" : { "action" : "ListChangeBatchesByHostedZone", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}/changes", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartDate" : { "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "name" : "StartDate", "c2jName" : "StartDate", "c2jShape" : "Date", "variable" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "startDate", "marshallLocationName" : "startDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@return The start of the time period you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneId" : { "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@return The ID of the hosted zone that you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndDate" : { "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "name" : "EndDate", "c2jName" : "EndDate", "c2jShape" : "Date", "variable" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "endDate", "marshallLocationName" : "endDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@return The end of the time period you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListHostedZonesResult" : { "c2jName" : "ListHostedZonesResponse", "documentation" : "

                                                                                                  A complex type that contains the response for the request.

                                                                                                  ", "shapeName" : "ListHostedZonesResult", "deprecated" : false, "required" : [ "HostedZones", "Marker", "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.

                                                                                                  \n

                                                                                                  NOTE: 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" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "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 request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "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" : "/**

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@return Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.\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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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" : "listHostedZonesResult", "variableType" : "ListHostedZonesResult", "variableDeclarationType" : "ListHostedZonesResult", "documentation" : null, "simpleType" : "ListHostedZonesResult", "variableSetterType" : "ListHostedZonesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.

                                                                                                  \n

                                                                                                  NOTE: 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.*/" }, "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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  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 Marker element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "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 request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter 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 response is true. Call ListHostedZones again and specify the value of NextMarker in the Marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "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" : "/**

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@return Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing hosted zones. If IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Dimension" : { "c2jName" : "Dimension", "documentation" : "

                                                                                                  The name and value of a dimension for a CloudWatch metric.

                                                                                                  ", "shapeName" : "Dimension", "deprecated" : false, "required" : [ "Name", "Value" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The name of the dimension.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DimensionField", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the dimension.

                                                                                                  ", "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 dimension.

                                                                                                  \n@param name The name of the dimension.*/", "getterDocumentation" : "/**

                                                                                                  The name of the dimension.

                                                                                                  \n@return The name of the dimension.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the dimension.

                                                                                                  \n@param name The name of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the dimension.

                                                                                                  \n@param name The name of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The value of the dimension.

                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "DimensionField", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value of the dimension.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 value of the dimension.

                                                                                                  \n@param value The value of the dimension.*/", "getterDocumentation" : "/**

                                                                                                  The value of the dimension.

                                                                                                  \n@return The value of the dimension.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value of the dimension.

                                                                                                  \n@param value The value of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value of the dimension.

                                                                                                  \n@param value The value of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dimension", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : null, "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                                                                                  The value of the dimension.

                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "DimensionField", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value of the dimension.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 value of the dimension.

                                                                                                  \n@param value The value of the dimension.*/", "getterDocumentation" : "/**

                                                                                                  The value of the dimension.

                                                                                                  \n@return The value of the dimension.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value of the dimension.

                                                                                                  \n@param value The value of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value of the dimension.

                                                                                                  \n@param value The value of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                                                                  The name of the dimension.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DimensionField", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the dimension.

                                                                                                  ", "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 dimension.

                                                                                                  \n@param name The name of the dimension.*/", "getterDocumentation" : "/**

                                                                                                  The name of the dimension.

                                                                                                  \n@return The name of the dimension.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the dimension.

                                                                                                  \n@param name The name of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the dimension.

                                                                                                  \n@param name The name of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteHealthCheckRequest" : { "c2jName" : "DeleteHealthCheckRequest", "documentation" : "

                                                                                                  A complex type containing the request information for delete health check.

                                                                                                  ", "shapeName" : "DeleteHealthCheckRequest", "deprecated" : false, "required" : [ "HealthCheckId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the health check to delete.

                                                                                                  ", "name" : "HealthCheckId", "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "healthCheckId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the health check to delete.

                                                                                                  ", "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" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the health check to delete.

                                                                                                  \n@param healthCheckId The ID of the health check to delete.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the health check to delete.

                                                                                                  \n@return The ID of the health check to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the health check to delete.

                                                                                                  \n@param healthCheckId The ID of the health check to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the health check to delete.

                                                                                                  \n@param healthCheckId The ID of the health check to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteHealthCheckRequest", "variableType" : "DeleteHealthCheckRequest", "variableDeclarationType" : "DeleteHealthCheckRequest", "documentation" : null, "simpleType" : "DeleteHealthCheckRequest", "variableSetterType" : "DeleteHealthCheckRequest" }, "marshaller" : { "action" : "DeleteHealthCheck", "verb" : "DELETE", "target" : null, "requestUri" : "/2013-04-01/healthcheck/{HealthCheckId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheckId" : { "documentation" : "

                                                                                                  The ID of the health check to delete.

                                                                                                  ", "name" : "HealthCheckId", "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "healthCheckId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the health check to delete.

                                                                                                  ", "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" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the health check to delete.

                                                                                                  \n@param healthCheckId The ID of the health check to delete.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the health check to delete.

                                                                                                  \n@return The ID of the health check to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the health check to delete.

                                                                                                  \n@param healthCheckId The ID of the health check to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the health check to delete.

                                                                                                  \n@param healthCheckId The ID of the health check to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetGeoLocationRequest" : { "c2jName" : "GetGeoLocationRequest", "documentation" : "

                                                                                                  A complex type that contains information about the request to get a geo location.

                                                                                                  ", "shapeName" : "GetGeoLocationRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  ", "name" : "ContinentCode", "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "variable" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "continentcode", "marshallLocationName" : "continentcode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@return The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  ", "name" : "CountryCode", "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "variable" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "countrycode", "marshallLocationName" : "countrycode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.*/", "getterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@return The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  ", "name" : "SubdivisionCode", "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "variable" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "subdivisioncode", "marshallLocationName" : "subdivisioncode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@return The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getGeoLocationRequest", "variableType" : "GetGeoLocationRequest", "variableDeclarationType" : "GetGeoLocationRequest", "documentation" : null, "simpleType" : "GetGeoLocationRequest", "variableSetterType" : "GetGeoLocationRequest" }, "marshaller" : { "action" : "GetGeoLocation", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/geolocation", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ContinentCode" : { "documentation" : "

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  ", "name" : "ContinentCode", "c2jName" : "ContinentCode", "c2jShape" : "GeoLocationContinentCode", "variable" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "continentCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "continentcode", "marshallLocationName" : "continentcode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@return The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

                                                                                                  \n@param continentCode The code for a continent geo location. Note: only continent locations have a continent code.

                                                                                                  Valid values: AF | AN | AS | EU | OC | NA | SA

                                                                                                  Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CountryCode" : { "documentation" : "

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  ", "name" : "CountryCode", "c2jName" : "CountryCode", "c2jShape" : "GeoLocationCountryCode", "variable" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "countryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "countrycode", "marshallLocationName" : "countrycode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.*/", "getterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@return The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

                                                                                                  \n@param countryCode The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

                                                                                                  The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubdivisionCode" : { "documentation" : "

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  ", "name" : "SubdivisionCode", "c2jName" : "SubdivisionCode", "c2jShape" : "GeoLocationSubdivisionCode", "variable" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subdivisionCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "subdivisioncode", "marshallLocationName" : "subdivisioncode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "getterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@return The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

                                                                                                  \n@param subdivisionCode The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

                                                                                                  Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetTrafficPolicyInstanceRequest" : { "c2jName" : "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.

                                                                                                  ", "shapeName" : "GetTrafficPolicyInstanceRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to get information about.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  \n@return The ID of the traffic policy instance that you want to get information about.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTrafficPolicyInstanceRequest", "variableType" : "GetTrafficPolicyInstanceRequest", "variableDeclarationType" : "GetTrafficPolicyInstanceRequest", "documentation" : null, "simpleType" : "GetTrafficPolicyInstanceRequest", "variableSetterType" : "GetTrafficPolicyInstanceRequest" }, "marshaller" : { "action" : "GetTrafficPolicyInstance", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/trafficpolicyinstance/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to get information about.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  \n@return The ID of the traffic policy instance that you want to get information about.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to get information about.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTrafficPolicyVersionsResult" : { "c2jName" : "ListTrafficPolicyVersionsResponse", "documentation" : "

                                                                                                  A complex type that contains the response information for the request.

                                                                                                  ", "shapeName" : "ListTrafficPolicyVersionsResult", "deprecated" : false, "required" : [ "TrafficPolicies", "IsTruncated", "TrafficPolicyVersionMarker", "MaxItems" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  ", "name" : "TrafficPolicies", "c2jName" : "TrafficPolicies", "c2jShape" : "TrafficPolicies", "variable" : { "variableName" : "trafficPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trafficPolicies", "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" : "TrafficPolicies", "marshallLocationName" : "TrafficPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TrafficPolicy", "memberLocationName" : "TrafficPolicy", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrafficPolicy", "variable" : { "variableName" : "member", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "setterModel" : { "variableName" : "member", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicy", "marshallLocationName" : "TrafficPolicy", "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" : "TrafficPolicy", "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 TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  \n@param trafficPolicies A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.*/", "getterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  \n@return A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  \n@param trafficPolicies A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTrafficPolicies(java.util.Collection)} or {@link #withTrafficPolicies(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param trafficPolicies A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  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 that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  ", "name" : "TrafficPolicyVersionMarker", "c2jName" : "TrafficPolicyVersionMarker", "c2jShape" : "TrafficPolicyVersionMarker", "variable" : { "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyVersionMarker", "marshallLocationName" : "TrafficPolicyVersionMarker", "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 IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  \n@param trafficPolicyVersionMarker If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  \n@return If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  \n@param trafficPolicyVersionMarker If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  \n@param trafficPolicyVersionMarker If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  ", "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 value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTrafficPolicyVersionsResult", "variableType" : "ListTrafficPolicyVersionsResult", "variableDeclarationType" : "ListTrafficPolicyVersionsResult", "documentation" : null, "simpleType" : "ListTrafficPolicyVersionsResult", "variableSetterType" : "ListTrafficPolicyVersionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicies" : { "documentation" : "

                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  ", "name" : "TrafficPolicies", "c2jName" : "TrafficPolicies", "c2jShape" : "TrafficPolicies", "variable" : { "variableName" : "trafficPolicies", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trafficPolicies", "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" : "TrafficPolicies", "marshallLocationName" : "TrafficPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TrafficPolicy", "memberLocationName" : "TrafficPolicy", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrafficPolicy", "variable" : { "variableName" : "member", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "setterModel" : { "variableName" : "member", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicy", "marshallLocationName" : "TrafficPolicy", "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" : "TrafficPolicy", "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 TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  \n@param trafficPolicies A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.*/", "getterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  \n@return A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  \n@param trafficPolicies A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTrafficPolicies(java.util.Collection)} or {@link #withTrafficPolicies(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param trafficPolicies A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyVersionMarker" : { "documentation" : "

                                                                                                  If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  ", "name" : "TrafficPolicyVersionMarker", "c2jName" : "TrafficPolicyVersionMarker", "c2jShape" : "TrafficPolicyVersionMarker", "variable" : { "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyVersionMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyVersionMarker", "marshallLocationName" : "TrafficPolicyVersionMarker", "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 IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  \n@param trafficPolicyVersionMarker If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.*/", "getterDocumentation" : "/**

                                                                                                  If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  \n@return If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  \n@param trafficPolicyVersionMarker If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.

                                                                                                  \n@param trafficPolicyVersionMarker If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy in the next group of MaxItems traffic policies. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

                                                                                                  This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsTruncated" : { "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  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 that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of maxitems traffic policies by calling ListTrafficPolicyVersions again and specifying the value of the NextMarker element in the marker parameter.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  ", "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 value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  \n@return The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTrafficPolicyInstancesByPolicyRequest" : { "c2jName" : "ListTrafficPolicyInstancesByPolicyRequest", "documentation" : "

                                                                                                  A complex type that contains the information about the request to list your traffic policy instances.

                                                                                                  ", "shapeName" : "ListTrafficPolicyInstancesByPolicyRequest", "deprecated" : false, "required" : [ "TrafficPolicyId", "TrafficPolicyVersion" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  ", "name" : "TrafficPolicyId", "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy for which you want to list traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  \n@return The ID of the traffic policy for which you want to list traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy for which you want to list traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy for which you want to list traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  ", "name" : "TrafficPolicyVersion", "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.*/", "getterDocumentation" : "/**

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  \n@return The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "name" : "HostedZoneIdMarker", "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneIdMarker", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "getterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@return For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancename", "marshallLocationName" : "trafficpolicyinstancename", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "getterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@return For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancetype", "marshallLocationName" : "trafficpolicyinstancetype", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RRType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@return For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@return The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTrafficPolicyInstancesByPolicyRequest", "variableType" : "ListTrafficPolicyInstancesByPolicyRequest", "variableDeclarationType" : "ListTrafficPolicyInstancesByPolicyRequest", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesByPolicyRequest", "variableSetterType" : "ListTrafficPolicyInstancesByPolicyRequest" }, "marshaller" : { "action" : "ListTrafficPolicyInstancesByPolicy", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/trafficpolicyinstances/trafficpolicy", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyInstanceNameMarker" : { "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancename", "marshallLocationName" : "trafficpolicyinstancename", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "getterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@return For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyId" : { "documentation" : "

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  ", "name" : "TrafficPolicyId", "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy for which you want to list traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  \n@return The ID of the traffic policy for which you want to list traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy for which you want to list traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to list traffic policy instances.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy for which you want to list traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyInstanceTypeMarker" : { "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancetype", "marshallLocationName" : "trafficpolicyinstancetype", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RRType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@return For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "HostedZoneIdMarker" : { "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "name" : "HostedZoneIdMarker", "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneIdMarker", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "getterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@return For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param hostedZoneIdMarker For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, HostedZoneIdMarker is the ID of the hosted zone for the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@return The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyVersion" : { "documentation" : "

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  ", "name" : "TrafficPolicyVersion", "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.*/", "getterDocumentation" : "/**

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  \n@return The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy for which you want to list traffic policy instances. The version must be associated with the traffic policy that is specified by TrafficPolicyId.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateHealthCheckResult" : { "c2jName" : "UpdateHealthCheckResponse", "documentation" : "", "shapeName" : "UpdateHealthCheckResult", "deprecated" : false, "required" : [ "HealthCheck" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "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 healthCheck */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param healthCheck \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param healthCheck \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateHealthCheckResult", "variableType" : "UpdateHealthCheckResult", "variableDeclarationType" : "UpdateHealthCheckResult", "documentation" : null, "simpleType" : "UpdateHealthCheckResult", "variableSetterType" : "UpdateHealthCheckResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheck" : { "documentation" : "", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "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 healthCheck */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param healthCheck \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param healthCheck \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NoSuchChangeException" : { "c2jName" : "NoSuchChange", "documentation" : "", "shapeName" : "NoSuchChangeException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchChangeException", "variableType" : "NoSuchChangeException", "variableDeclarationType" : "NoSuchChangeException", "documentation" : null, "simpleType" : "NoSuchChangeException", "variableSetterType" : "NoSuchChangeException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchChange", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AlarmIdentifier" : { "c2jName" : "AlarmIdentifier", "documentation" : "

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  ", "shapeName" : "AlarmIdentifier", "deprecated" : false, "required" : [ "Region", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  ", "name" : "Region", "c2jName" : "Region", "c2jShape" : "CloudWatchRegion", "variable" : { "variableName" : "region", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  ", "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" : "CloudWatchRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  \n@param region The CloudWatchRegion that the CloudWatch alarm was created in.\n@see CloudWatchRegion*/", "getterDocumentation" : "/**

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  \n@return The CloudWatchRegion that the CloudWatch alarm was created in.\n@see CloudWatchRegion*/", "fluentSetterDocumentation" : "/**

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  \n@param region The CloudWatchRegion that the CloudWatch alarm was created in.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/", "varargSetterDocumentation" : "/**

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  \n@param region The CloudWatchRegion that the CloudWatch alarm was created in.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/" }, { "documentation" : "

                                                                                                  The name of the CloudWatch alarm.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "AlarmName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the CloudWatch alarm.

                                                                                                  ", "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 CloudWatch alarm.

                                                                                                  \n@param name The name of the CloudWatch alarm.*/", "getterDocumentation" : "/**

                                                                                                  The name of the CloudWatch alarm.

                                                                                                  \n@return The name of the CloudWatch alarm.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the CloudWatch alarm.

                                                                                                  \n@param name The name of the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the CloudWatch alarm.

                                                                                                  \n@param name The name of the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "variableDeclarationType" : "AlarmIdentifier", "documentation" : null, "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Region" : { "documentation" : "

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  ", "name" : "Region", "c2jName" : "Region", "c2jShape" : "CloudWatchRegion", "variable" : { "variableName" : "region", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  ", "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" : "CloudWatchRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  \n@param region The CloudWatchRegion that the CloudWatch alarm was created in.\n@see CloudWatchRegion*/", "getterDocumentation" : "/**

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  \n@return The CloudWatchRegion that the CloudWatch alarm was created in.\n@see CloudWatchRegion*/", "fluentSetterDocumentation" : "/**

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  \n@param region The CloudWatchRegion that the CloudWatch alarm was created in.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/", "varargSetterDocumentation" : "/**

                                                                                                  The CloudWatchRegion that the CloudWatch alarm was created in.

                                                                                                  \n@param region The CloudWatchRegion that the CloudWatch alarm was created in.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchRegion*/" }, "Name" : { "documentation" : "

                                                                                                  The name of the CloudWatch alarm.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "AlarmName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the CloudWatch alarm.

                                                                                                  ", "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 CloudWatch alarm.

                                                                                                  \n@param name The name of the CloudWatch alarm.*/", "getterDocumentation" : "/**

                                                                                                  The name of the CloudWatch alarm.

                                                                                                  \n@return The name of the CloudWatch alarm.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the CloudWatch alarm.

                                                                                                  \n@param name The name of the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the CloudWatch alarm.

                                                                                                  \n@param name The name of the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

                                                                                                  A single tag containing a key and value.

                                                                                                  ", "shapeName" : "Tag", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The key for a Tag.

                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The key for a Tag.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "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 key for a Tag.

                                                                                                  \n@param key The key for a Tag.*/", "getterDocumentation" : "/**

                                                                                                  The key for a Tag.

                                                                                                  \n@return The key for a Tag.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The key for a Tag.

                                                                                                  \n@param key The key for a Tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The key for a Tag.

                                                                                                  \n@param key The key for a Tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The value for a Tag.

                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value for a Tag.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 value for a Tag.

                                                                                                  \n@param value The value for a Tag.*/", "getterDocumentation" : "/**

                                                                                                  The value for a Tag.

                                                                                                  \n@return The value for a Tag.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value for a Tag.

                                                                                                  \n@param value The value for a Tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value for a Tag.

                                                                                                  \n@param value The value for a Tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                                                                                  The value for a Tag.

                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value for a Tag.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 value for a Tag.

                                                                                                  \n@param value The value for a Tag.*/", "getterDocumentation" : "/**

                                                                                                  The value for a Tag.

                                                                                                  \n@return The value for a Tag.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value for a Tag.

                                                                                                  \n@param value The value for a Tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value for a Tag.

                                                                                                  \n@param value The value for a Tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

                                                                                                  The key for a Tag.

                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The key for a Tag.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "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 key for a Tag.

                                                                                                  \n@param key The key for a Tag.*/", "getterDocumentation" : "/**

                                                                                                  The key for a Tag.

                                                                                                  \n@return The key for a Tag.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The key for a Tag.

                                                                                                  \n@param key The key for a Tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The key for a Tag.

                                                                                                  \n@param key The key for a Tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "HealthCheckConfig" : { "c2jName" : "HealthCheckConfig", "documentation" : "

                                                                                                  A complex type that contains the health check configuration.

                                                                                                  ", "shapeName" : "HealthCheckConfig", "deprecated" : false, "required" : [ "Type" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  IP Address of the instance being checked.

                                                                                                  ", "name" : "IPAddress", "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "variable" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  IP Address of the instance being checked.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPAddress", "marshallLocationName" : "IPAddress", "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" : "/**

                                                                                                  IP Address of the instance being checked.

                                                                                                  \n@param iPAddress IP Address of the instance being checked.*/", "getterDocumentation" : "/**

                                                                                                  IP Address of the instance being checked.

                                                                                                  \n@return IP Address of the instance being checked.*/", "fluentSetterDocumentation" : "/**

                                                                                                  IP Address of the instance being checked.

                                                                                                  \n@param iPAddress IP Address of the instance being checked.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  IP Address of the instance being checked.

                                                                                                  \n@param iPAddress IP Address of the instance being checked.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Port", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "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" : "/**

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  \n@param port Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.*/", "getterDocumentation" : "/**

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  \n@return Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  \n@param port Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  \n@param port Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "HealthCheckType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  ", "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" : "HealthCheckType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  \n@param type The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.\n@see HealthCheckType*/", "getterDocumentation" : "/**

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  \n@return The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.\n@see HealthCheckType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  \n@param type The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  \n@param type The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckType*/" }, { "documentation" : "

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  ", "name" : "ResourcePath", "c2jName" : "ResourcePath", "c2jShape" : "ResourcePath", "variable" : { "variableName" : "resourcePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourcePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourcePath", "marshallLocationName" : "ResourcePath", "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" : "/**

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  \n@param resourcePath Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.*/", "getterDocumentation" : "/**

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  \n@return Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  \n@param resourcePath Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  \n@param resourcePath Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  ", "name" : "FullyQualifiedDomainName", "c2jName" : "FullyQualifiedDomainName", "c2jShape" : "FullyQualifiedDomainName", "variable" : { "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FullyQualifiedDomainName", "marshallLocationName" : "FullyQualifiedDomainName", "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" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.*/", "getterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  \n@return Fully qualified domain name of the instance to be health checked.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  ", "name" : "SearchString", "c2jName" : "SearchString", "c2jShape" : "SearchString", "variable" : { "variableName" : "searchString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "searchString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SearchString", "marshallLocationName" : "SearchString", "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 string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  \n@param searchString A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.*/", "getterDocumentation" : "/**

                                                                                                  A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  \n@return A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  \n@param searchString A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  \n@param searchString A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  ", "name" : "RequestInterval", "c2jName" : "RequestInterval", "c2jShape" : "RequestInterval", "variable" : { "variableName" : "requestInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "requestInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestInterval", "marshallLocationName" : "RequestInterval", "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 number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  \n@param requestInterval The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.*/", "getterDocumentation" : "/**

                                                                                                  The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  \n@return The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  \n@param requestInterval The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  \n@param requestInterval The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  ", "name" : "FailureThreshold", "c2jName" : "FailureThreshold", "c2jShape" : "FailureThreshold", "variable" : { "variableName" : "failureThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "failureThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "FailureThreshold", "marshallLocationName" : "FailureThreshold", "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 number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  \n@return The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  ", "name" : "MeasureLatency", "c2jName" : "MeasureLatency", "c2jShape" : "MeasureLatency", "variable" : { "variableName" : "measureLatency", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "measureLatency", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "MeasureLatency", "marshallLocationName" : "MeasureLatency", "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 Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  \n@param measureLatency A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.*/", "getterDocumentation" : "/**

                                                                                                  A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  \n@return A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  \n@param measureLatency A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  \n@param measureLatency A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  ", "name" : "Inverted", "c2jName" : "Inverted", "c2jShape" : "Inverted", "variable" : { "variableName" : "inverted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "inverted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Inverted", "marshallLocationName" : "Inverted", "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 boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.*/", "getterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  \n@return A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  ", "name" : "HealthThreshold", "c2jName" : "HealthThreshold", "c2jShape" : "HealthThreshold", "variable" : { "variableName" : "healthThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthThreshold", "marshallLocationName" : "HealthThreshold", "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 minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.*/", "getterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  \n@return The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  ", "name" : "ChildHealthChecks", "c2jName" : "ChildHealthChecks", "c2jShape" : "ChildHealthCheckList", "variable" : { "variableName" : "childHealthChecks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "childHealthChecks", "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" : "ChildHealthChecks", "marshallLocationName" : "ChildHealthChecks", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ChildHealthCheck", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChildHealthCheck", "marshallLocationName" : "ChildHealthCheck", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.*/", "getterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  \n@return For a specified parent health check, a list of HealthCheckId values for the associated child health checks.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChildHealthChecks(java.util.Collection)} or {@link #withChildHealthChecks(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  ", "name" : "EnableSNI", "c2jName" : "EnableSNI", "c2jShape" : "EnableSNI", "variable" : { "variableName" : "enableSNI", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enableSNI", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EnableSNI", "marshallLocationName" : "EnableSNI", "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" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.*/", "getterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  \n@return Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  ", "name" : "Regions", "c2jName" : "Regions", "c2jShape" : "HealthCheckRegionList", "variable" : { "variableName" : "regions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "regions", "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" : "Regions", "marshallLocationName" : "Regions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Region", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HealthCheckRegion", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "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" : "HealthCheckRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see HealthCheckRegion*/", "getterDocumentation" : "/**\n@return \n@see HealthCheckRegion*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : "HealthCheckRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  \n@param regions A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  \n@return A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.\n@see HealthCheckRegion*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  \n@param regions A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRegions(java.util.Collection)} or {@link #withRegions(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param regions A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/" }, { "documentation" : "

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  ", "name" : "AlarmIdentifier", "c2jName" : "AlarmIdentifier", "c2jShape" : "AlarmIdentifier", "variable" : { "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "variableDeclarationType" : "AlarmIdentifier", "documentation" : "

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  ", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "setterModel" : { "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "variableDeclarationType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "getterModel" : { "returnType" : "AlarmIdentifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmIdentifier", "marshallLocationName" : "AlarmIdentifier", "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" : "/**

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  \n@param alarmIdentifier A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  \n@return A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  \n@param alarmIdentifier A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  \n@param alarmIdentifier A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  ", "name" : "InsufficientDataHealthStatus", "c2jName" : "InsufficientDataHealthStatus", "c2jShape" : "InsufficientDataHealthStatus", "variable" : { "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InsufficientDataHealthStatus", "marshallLocationName" : "InsufficientDataHealthStatus", "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" : "InsufficientDataHealthStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  \n@param insufficientDataHealthStatus The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.\n@see InsufficientDataHealthStatus*/", "getterDocumentation" : "/**

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  \n@return The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.\n@see InsufficientDataHealthStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  \n@param insufficientDataHealthStatus The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "varargSetterDocumentation" : "/**

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  \n@param insufficientDataHealthStatus The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/" } ], "enums" : null, "variable" : { "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "variableDeclarationType" : "HealthCheckConfig", "documentation" : null, "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EnableSNI" : { "documentation" : "

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  ", "name" : "EnableSNI", "c2jName" : "EnableSNI", "c2jShape" : "EnableSNI", "variable" : { "variableName" : "enableSNI", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enableSNI", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EnableSNI", "marshallLocationName" : "EnableSNI", "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" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.*/", "getterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  \n@return Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildHealthChecks" : { "documentation" : "

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  ", "name" : "ChildHealthChecks", "c2jName" : "ChildHealthChecks", "c2jShape" : "ChildHealthCheckList", "variable" : { "variableName" : "childHealthChecks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "childHealthChecks", "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" : "ChildHealthChecks", "marshallLocationName" : "ChildHealthChecks", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ChildHealthCheck", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChildHealthCheck", "marshallLocationName" : "ChildHealthCheck", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.*/", "getterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  \n@return For a specified parent health check, a list of HealthCheckId values for the associated child health checks.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChildHealthChecks(java.util.Collection)} or {@link #withChildHealthChecks(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MeasureLatency" : { "documentation" : "

                                                                                                  A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  ", "name" : "MeasureLatency", "c2jName" : "MeasureLatency", "c2jShape" : "MeasureLatency", "variable" : { "variableName" : "measureLatency", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "measureLatency", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "MeasureLatency", "marshallLocationName" : "MeasureLatency", "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 Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  \n@param measureLatency A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.*/", "getterDocumentation" : "/**

                                                                                                  A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  \n@return A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  \n@param measureLatency A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

                                                                                                  \n@param measureLatency A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Port", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "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" : "/**

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  \n@param port Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.*/", "getterDocumentation" : "/**

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  \n@return Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  \n@param port Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

                                                                                                  \n@param port Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Regions" : { "documentation" : "

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  ", "name" : "Regions", "c2jName" : "Regions", "c2jShape" : "HealthCheckRegionList", "variable" : { "variableName" : "regions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "regions", "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" : "Regions", "marshallLocationName" : "Regions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Region", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HealthCheckRegion", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "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" : "HealthCheckRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see HealthCheckRegion*/", "getterDocumentation" : "/**\n@return \n@see HealthCheckRegion*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : "HealthCheckRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  \n@param regions A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  \n@return A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.\n@see HealthCheckRegion*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  \n@param regions A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRegions(java.util.Collection)} or {@link #withRegions(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param regions A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/" }, "SearchString" : { "documentation" : "

                                                                                                  A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  ", "name" : "SearchString", "c2jName" : "SearchString", "c2jShape" : "SearchString", "variable" : { "variableName" : "searchString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "searchString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SearchString", "marshallLocationName" : "SearchString", "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 string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  \n@param searchString A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.*/", "getterDocumentation" : "/**

                                                                                                  A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  \n@return A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  \n@param searchString A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  \n@param searchString A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InsufficientDataHealthStatus" : { "documentation" : "

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  ", "name" : "InsufficientDataHealthStatus", "c2jName" : "InsufficientDataHealthStatus", "c2jShape" : "InsufficientDataHealthStatus", "variable" : { "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InsufficientDataHealthStatus", "marshallLocationName" : "InsufficientDataHealthStatus", "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" : "InsufficientDataHealthStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  \n@param insufficientDataHealthStatus The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.\n@see InsufficientDataHealthStatus*/", "getterDocumentation" : "/**

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  \n@return The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.\n@see InsufficientDataHealthStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  \n@param insufficientDataHealthStatus The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "varargSetterDocumentation" : "/**

                                                                                                  The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

                                                                                                  \n@param insufficientDataHealthStatus The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/" }, "Type" : { "documentation" : "

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "HealthCheckType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  ", "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" : "HealthCheckType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  \n@param type The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.\n@see HealthCheckType*/", "getterDocumentation" : "/**

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  \n@return The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.\n@see HealthCheckType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  \n@param type The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

                                                                                                  \n@param type The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckType*/" }, "ResourcePath" : { "documentation" : "

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  ", "name" : "ResourcePath", "c2jName" : "ResourcePath", "c2jShape" : "ResourcePath", "variable" : { "variableName" : "resourcePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourcePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourcePath", "marshallLocationName" : "ResourcePath", "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" : "/**

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  \n@param resourcePath Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.*/", "getterDocumentation" : "/**

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  \n@return Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  \n@param resourcePath Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

                                                                                                  \n@param resourcePath Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FullyQualifiedDomainName" : { "documentation" : "

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  ", "name" : "FullyQualifiedDomainName", "c2jName" : "FullyQualifiedDomainName", "c2jShape" : "FullyQualifiedDomainName", "variable" : { "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FullyQualifiedDomainName", "marshallLocationName" : "FullyQualifiedDomainName", "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" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.*/", "getterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  \n@return Fully qualified domain name of the instance to be health checked.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Inverted" : { "documentation" : "

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  ", "name" : "Inverted", "c2jName" : "Inverted", "c2jShape" : "Inverted", "variable" : { "variableName" : "inverted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "inverted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Inverted", "marshallLocationName" : "Inverted", "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 boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.*/", "getterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  \n@return A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestInterval" : { "documentation" : "

                                                                                                  The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  ", "name" : "RequestInterval", "c2jName" : "RequestInterval", "c2jShape" : "RequestInterval", "variable" : { "variableName" : "requestInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "requestInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestInterval", "marshallLocationName" : "RequestInterval", "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 number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  \n@param requestInterval The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.*/", "getterDocumentation" : "/**

                                                                                                  The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  \n@return The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  \n@param requestInterval The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

                                                                                                  \n@param requestInterval The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

                                                                                                  Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthThreshold" : { "documentation" : "

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  ", "name" : "HealthThreshold", "c2jName" : "HealthThreshold", "c2jShape" : "HealthThreshold", "variable" : { "variableName" : "healthThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthThreshold", "marshallLocationName" : "HealthThreshold", "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 minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.*/", "getterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  \n@return The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmIdentifier" : { "documentation" : "

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  ", "name" : "AlarmIdentifier", "c2jName" : "AlarmIdentifier", "c2jShape" : "AlarmIdentifier", "variable" : { "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "variableDeclarationType" : "AlarmIdentifier", "documentation" : "

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  ", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "setterModel" : { "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "variableDeclarationType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "getterModel" : { "returnType" : "AlarmIdentifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmIdentifier", "marshallLocationName" : "AlarmIdentifier", "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" : "/**

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  \n@param alarmIdentifier A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  \n@return A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  \n@param alarmIdentifier A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

                                                                                                  \n@param alarmIdentifier A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FailureThreshold" : { "documentation" : "

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  ", "name" : "FailureThreshold", "c2jName" : "FailureThreshold", "c2jShape" : "FailureThreshold", "variable" : { "variableName" : "failureThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "failureThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "FailureThreshold", "marshallLocationName" : "FailureThreshold", "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 number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  \n@return The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IPAddress" : { "documentation" : "

                                                                                                  IP Address of the instance being checked.

                                                                                                  ", "name" : "IPAddress", "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "variable" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  IP Address of the instance being checked.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPAddress", "marshallLocationName" : "IPAddress", "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" : "/**

                                                                                                  IP Address of the instance being checked.

                                                                                                  \n@param iPAddress IP Address of the instance being checked.*/", "getterDocumentation" : "/**

                                                                                                  IP Address of the instance being checked.

                                                                                                  \n@return IP Address of the instance being checked.*/", "fluentSetterDocumentation" : "/**

                                                                                                  IP Address of the instance being checked.

                                                                                                  \n@param iPAddress IP Address of the instance being checked.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  IP Address of the instance being checked.

                                                                                                  \n@param iPAddress IP Address of the instance being checked.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateTrafficPolicyInstanceRequest" : { "c2jName" : "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.

                                                                                                  ", "shapeName" : "UpdateTrafficPolicyInstanceRequest", "deprecated" : false, "required" : [ "Id", "TTL", "TrafficPolicyId", "TrafficPolicyVersion" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to update.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  \n@return The ID of the traffic policy instance that you want to update.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  ", "name" : "TTL", "c2jName" : "TTL", "c2jShape" : "TTL", "variable" : { "variableName" : "tTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  ", "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 TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.*/", "getterDocumentation" : "/**

                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  \n@return The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  ", "name" : "TrafficPolicyId", "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyId", "marshallLocationName" : "TrafficPolicyId", "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 ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@return The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  ", "name" : "TrafficPolicyVersion", "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyVersion", "marshallLocationName" : "TrafficPolicyVersion", "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 version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@return The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateTrafficPolicyInstanceRequest", "variableType" : "UpdateTrafficPolicyInstanceRequest", "variableDeclarationType" : "UpdateTrafficPolicyInstanceRequest", "documentation" : null, "simpleType" : "UpdateTrafficPolicyInstanceRequest", "variableSetterType" : "UpdateTrafficPolicyInstanceRequest" }, "marshaller" : { "action" : "UpdateTrafficPolicyInstance", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/trafficpolicyinstance/{Id}", "locationName" : "UpdateTrafficPolicyInstanceRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyId" : { "documentation" : "

                                                                                                  The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  ", "name" : "TrafficPolicyId", "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyId", "marshallLocationName" : "TrafficPolicyId", "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 ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@return The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyId The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to update.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  \n@return The ID of the traffic policy instance that you want to update.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy instance that you want to update.

                                                                                                  \n@param id The ID of the traffic policy instance that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TTL" : { "documentation" : "

                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  ", "name" : "TTL", "c2jName" : "TTL", "c2jShape" : "TTL", "variable" : { "variableName" : "tTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  ", "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 TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.*/", "getterDocumentation" : "/**

                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  \n@return The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

                                                                                                  \n@param tTL The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyVersion" : { "documentation" : "

                                                                                                  The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  ", "name" : "TrafficPolicyVersion", "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyVersion", "marshallLocationName" : "TrafficPolicyVersion", "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 version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@return The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

                                                                                                  \n@param trafficPolicyVersion The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConflictingTypesException" : { "c2jName" : "ConflictingTypes", "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 CreateTrafficPolicyVersionrequest.

                                                                                                  ", "shapeName" : "ConflictingTypesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "conflictingTypesException", "variableType" : "ConflictingTypesException", "variableDeclarationType" : "ConflictingTypesException", "documentation" : null, "simpleType" : "ConflictingTypesException", "variableSetterType" : "ConflictingTypesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ConflictingTypes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetHostedZoneRequest" : { "c2jName" : "GetHostedZoneRequest", "documentation" : "

                                                                                                  The input for a GetHostedZone request.

                                                                                                  ", "shapeName" : "GetHostedZoneRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  \n@param id The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  \n@return The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  \n@param id The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  \n@param id The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getHostedZoneRequest", "variableType" : "GetHostedZoneRequest", "variableDeclarationType" : "GetHostedZoneRequest", "documentation" : null, "simpleType" : "GetHostedZoneRequest", "variableSetterType" : "GetHostedZoneRequest" }, "marshaller" : { "action" : "GetHostedZone", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  \n@param id The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  \n@return The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  \n@param id The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

                                                                                                  \n@param id The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ChangeAction" : { "c2jName" : "ChangeAction", "documentation" : "", "shapeName" : "ChangeAction", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "CREATE", "value" : "CREATE" }, { "name" : "DELETE", "value" : "DELETE" }, { "name" : "UPSERT", "value" : "UPSERT" } ], "variable" : { "variableName" : "changeAction", "variableType" : "ChangeAction", "variableDeclarationType" : "ChangeAction", "documentation" : null, "simpleType" : "ChangeAction", "variableSetterType" : "ChangeAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LastVPCAssociationException" : { "c2jName" : "LastVPCAssociation", "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.

                                                                                                  ", "shapeName" : "LastVPCAssociationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "lastVPCAssociationException", "variableType" : "LastVPCAssociationException", "variableDeclarationType" : "LastVPCAssociationException", "documentation" : null, "simpleType" : "LastVPCAssociationException", "variableSetterType" : "LastVPCAssociationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LastVPCAssociation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetReusableDelegationSetResult" : { "c2jName" : "GetReusableDelegationSetResponse", "documentation" : "

                                                                                                  A complex type containing information about the specified reusable delegation set.

                                                                                                  ", "shapeName" : "GetReusableDelegationSetResult", "deprecated" : false, "required" : [ "DelegationSet" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  ", "name" : "DelegationSet", "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "variable" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "setterModel" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSet", "marshallLocationName" : "DelegationSet", "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" : "/**

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  \n@param delegationSet A complex type that contains the information about the nameservers for the specified delegation set ID.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  \n@return A complex type that contains the information about the nameservers for the specified delegation set ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  \n@param delegationSet A complex type that contains the information about the nameservers for the specified delegation set ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  \n@param delegationSet A complex type that contains the information about the nameservers for the specified delegation set ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getReusableDelegationSetResult", "variableType" : "GetReusableDelegationSetResult", "variableDeclarationType" : "GetReusableDelegationSetResult", "documentation" : null, "simpleType" : "GetReusableDelegationSetResult", "variableSetterType" : "GetReusableDelegationSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DelegationSet" : { "documentation" : "

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  ", "name" : "DelegationSet", "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "variable" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "setterModel" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSet", "marshallLocationName" : "DelegationSet", "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" : "/**

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  \n@param delegationSet A complex type that contains the information about the nameservers for the specified delegation set ID.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  \n@return A complex type that contains the information about the nameservers for the specified delegation set ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  \n@param delegationSet A complex type that contains the information about the nameservers for the specified delegation set ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the nameservers for the specified delegation set ID.

                                                                                                  \n@param delegationSet A complex type that contains the information about the nameservers for the specified delegation set ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DelegationSetNotReusableException" : { "c2jName" : "DelegationSetNotReusable", "documentation" : "

                                                                                                  The specified delegation set has not been marked as reusable.

                                                                                                  ", "shapeName" : "DelegationSetNotReusableException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "delegationSetNotReusableException", "variableType" : "DelegationSetNotReusableException", "variableDeclarationType" : "DelegationSetNotReusableException", "documentation" : null, "simpleType" : "DelegationSetNotReusableException", "variableSetterType" : "DelegationSetNotReusableException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DelegationSetNotReusable", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListReusableDelegationSetsResult" : { "c2jName" : "ListReusableDelegationSetsResponse", "documentation" : "

                                                                                                  A complex type that contains the response for the request.

                                                                                                  ", "shapeName" : "ListReusableDelegationSetsResult", "deprecated" : false, "required" : [ "DelegationSets", "Marker", "IsTruncated", "MaxItems" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains information about the reusable delegation sets associated with the current AWS account.

                                                                                                  ", "name" : "DelegationSets", "c2jName" : "DelegationSets", "c2jShape" : "DelegationSets", "variable" : { "variableName" : "delegationSets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains information about the reusable delegation sets associated with the current AWS account.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "delegationSets", "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" : "DelegationSets", "marshallLocationName" : "DelegationSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DelegationSet", "memberLocationName" : "DelegationSet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DelegationSet", "variable" : { "variableName" : "member", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "setterModel" : { "variableName" : "member", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSet", "marshallLocationName" : "DelegationSet", "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" : "DelegationSet", "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 reusable delegation sets associated with the current AWS account.

                                                                                                  \n@param delegationSets A complex type that contains information about the reusable delegation sets associated with the current AWS account.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the reusable delegation sets associated with the current AWS account.

                                                                                                  \n@return A complex type that contains information about the reusable delegation sets associated with the current AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the reusable delegation sets associated with the current AWS account.

                                                                                                  \n@param delegationSets A complex type that contains information about the reusable delegation sets 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 reusable delegation sets associated with the current AWS account.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDelegationSets(java.util.Collection)} or {@link #withDelegationSets(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param delegationSets A complex type that contains information about the reusable delegation sets associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "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 request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "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 reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "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" : "/**

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  \n@return Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  ", "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 reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  \n@param maxItems The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  \n@return The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  \n@param maxItems The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  \n@param maxItems The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listReusableDelegationSetsResult", "variableType" : "ListReusableDelegationSetsResult", "variableDeclarationType" : "ListReusableDelegationSetsResult", "documentation" : null, "simpleType" : "ListReusableDelegationSetsResult", "variableSetterType" : "ListReusableDelegationSetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsTruncated" : { "documentation" : "

                                                                                                  A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "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 reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "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 request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  ", "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 reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  \n@param maxItems The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  \n@return The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  \n@param maxItems The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.

                                                                                                  \n@param maxItems The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of IsTruncated in the response is true. To get the next page of results, call ListReusableDelegationSets again and specify the value of NextMarker from the previous response in the Marker element of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "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" : "/**

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  \n@return Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.

                                                                                                  \n@param nextMarker Indicates where to continue listing reusable delegation sets. If IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element of the previous response to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DelegationSets" : { "documentation" : "

                                                                                                  A complex type that contains information about the reusable delegation sets associated with the current AWS account.

                                                                                                  ", "name" : "DelegationSets", "c2jName" : "DelegationSets", "c2jShape" : "DelegationSets", "variable" : { "variableName" : "delegationSets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains information about the reusable delegation sets associated with the current AWS account.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "delegationSets", "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" : "DelegationSets", "marshallLocationName" : "DelegationSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DelegationSet", "memberLocationName" : "DelegationSet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DelegationSet", "variable" : { "variableName" : "member", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "setterModel" : { "variableName" : "member", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSet", "marshallLocationName" : "DelegationSet", "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" : "DelegationSet", "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 reusable delegation sets associated with the current AWS account.

                                                                                                  \n@param delegationSets A complex type that contains information about the reusable delegation sets associated with the current AWS account.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the reusable delegation sets associated with the current AWS account.

                                                                                                  \n@return A complex type that contains information about the reusable delegation sets associated with the current AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the reusable delegation sets associated with the current AWS account.

                                                                                                  \n@param delegationSets A complex type that contains information about the reusable delegation sets 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 reusable delegation sets associated with the current AWS account.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDelegationSets(java.util.Collection)} or {@link #withDelegationSets(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param delegationSets A complex type that contains information about the reusable delegation sets associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForResourceResult" : { "c2jName" : "ListTagsForResourceResponse", "documentation" : "

                                                                                                  A complex type containing tags for the specified resource.

                                                                                                  ", "shapeName" : "ListTagsForResourceResult", "deprecated" : false, "required" : [ "ResourceTagSet" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  ", "name" : "ResourceTagSet", "c2jName" : "ResourceTagSet", "c2jShape" : "ResourceTagSet", "variable" : { "variableName" : "resourceTagSet", "variableType" : "ResourceTagSet", "variableDeclarationType" : "ResourceTagSet", "documentation" : "

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  ", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "setterModel" : { "variableName" : "resourceTagSet", "variableType" : "ResourceTagSet", "variableDeclarationType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "getterModel" : { "returnType" : "ResourceTagSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceTagSet", "marshallLocationName" : "ResourceTagSet", "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" : "/**

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  \n@param resourceTagSet A ResourceTagSet containing tags associated with the specified resource.*/", "getterDocumentation" : "/**

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  \n@return A ResourceTagSet containing tags associated with the specified resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  \n@param resourceTagSet A ResourceTagSet containing tags associated with the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  \n@param resourceTagSet A ResourceTagSet containing tags associated with the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForResourceResult", "variableType" : "ListTagsForResourceResult", "variableDeclarationType" : "ListTagsForResourceResult", "documentation" : null, "simpleType" : "ListTagsForResourceResult", "variableSetterType" : "ListTagsForResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceTagSet" : { "documentation" : "

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  ", "name" : "ResourceTagSet", "c2jName" : "ResourceTagSet", "c2jShape" : "ResourceTagSet", "variable" : { "variableName" : "resourceTagSet", "variableType" : "ResourceTagSet", "variableDeclarationType" : "ResourceTagSet", "documentation" : "

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  ", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "setterModel" : { "variableName" : "resourceTagSet", "variableType" : "ResourceTagSet", "variableDeclarationType" : "ResourceTagSet", "documentation" : "", "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "getterModel" : { "returnType" : "ResourceTagSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceTagSet", "marshallLocationName" : "ResourceTagSet", "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" : "/**

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  \n@param resourceTagSet A ResourceTagSet containing tags associated with the specified resource.*/", "getterDocumentation" : "/**

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  \n@return A ResourceTagSet containing tags associated with the specified resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  \n@param resourceTagSet A ResourceTagSet containing tags associated with the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A ResourceTagSet containing tags associated with the specified resource.

                                                                                                  \n@param resourceTagSet A ResourceTagSet containing tags associated with the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PriorRequestNotCompleteException" : { "c2jName" : "PriorRequestNotComplete", "documentation" : "

                                                                                                  The request was rejected because Amazon Route 53 was still processing a prior request.

                                                                                                  ", "shapeName" : "PriorRequestNotCompleteException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "priorRequestNotCompleteException", "variableType" : "PriorRequestNotCompleteException", "variableDeclarationType" : "PriorRequestNotCompleteException", "documentation" : null, "simpleType" : "PriorRequestNotCompleteException", "variableSetterType" : "PriorRequestNotCompleteException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "PriorRequestNotComplete", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetHealthCheckLastFailureReasonRequest" : { "c2jName" : "GetHealthCheckLastFailureReasonRequest", "documentation" : "

                                                                                                  A complex type that contains information about the request to get the most recent failure reason for a health check.

                                                                                                  ", "shapeName" : "GetHealthCheckLastFailureReasonRequest", "deprecated" : false, "required" : [ "HealthCheckId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  ", "name" : "HealthCheckId", "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "healthCheckId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  ", "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" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  \n@param healthCheckId The ID of the health check for which you want to retrieve the reason for the most recent failure.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  \n@return The ID of the health check for which you want to retrieve the reason for the most recent failure.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  \n@param healthCheckId The ID of the health check for which you want to retrieve the reason for the most recent failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  \n@param healthCheckId The ID of the health check for which you want to retrieve the reason for the most recent failure.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getHealthCheckLastFailureReasonRequest", "variableType" : "GetHealthCheckLastFailureReasonRequest", "variableDeclarationType" : "GetHealthCheckLastFailureReasonRequest", "documentation" : null, "simpleType" : "GetHealthCheckLastFailureReasonRequest", "variableSetterType" : "GetHealthCheckLastFailureReasonRequest" }, "marshaller" : { "action" : "GetHealthCheckLastFailureReason", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheckId" : { "documentation" : "

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  ", "name" : "HealthCheckId", "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "healthCheckId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  ", "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" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  \n@param healthCheckId The ID of the health check for which you want to retrieve the reason for the most recent failure.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  \n@return The ID of the health check for which you want to retrieve the reason for the most recent failure.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  \n@param healthCheckId The ID of the health check for which you want to retrieve the reason for the most recent failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the health check for which you want to retrieve the reason for the most recent failure.

                                                                                                  \n@param healthCheckId The ID of the health check for which you want to retrieve the reason for the most recent failure.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "HostedZoneNotFoundException" : { "c2jName" : "HostedZoneNotFound", "documentation" : "

                                                                                                  The specified HostedZone cannot be found.

                                                                                                  ", "shapeName" : "HostedZoneNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "hostedZoneNotFoundException", "variableType" : "HostedZoneNotFoundException", "variableDeclarationType" : "HostedZoneNotFoundException", "documentation" : null, "simpleType" : "HostedZoneNotFoundException", "variableSetterType" : "HostedZoneNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HostedZoneNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateTrafficPolicyVersionRequest" : { "c2jName" : "CreateTrafficPolicyVersionRequest", "documentation" : "

                                                                                                  A complex type that contains information about the traffic policy for which you want to create a new version.

                                                                                                  ", "shapeName" : "CreateTrafficPolicyVersionRequest", "deprecated" : false, "required" : [ "Id", "Document" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  \n@param id The ID of the traffic policy for which you want to create a new version.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  \n@return The ID of the traffic policy for which you want to create a new version.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  \n@param id The ID of the traffic policy for which you want to create a new version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  \n@param id The ID of the traffic policy for which you want to create a new version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  ", "name" : "Document", "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "variable" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Document", "marshallLocationName" : "Document", "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 definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.*/", "getterDocumentation" : "/**

                                                                                                  The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@return The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  \n@param comment Any comments that you want to include about the new traffic policy version.*/", "getterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  \n@return Any comments that you want to include about the new traffic policy version.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  \n@param comment Any comments that you want to include about the new traffic policy version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  \n@param comment Any comments that you want to include about the new traffic policy version.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTrafficPolicyVersionRequest", "variableType" : "CreateTrafficPolicyVersionRequest", "variableDeclarationType" : "CreateTrafficPolicyVersionRequest", "documentation" : null, "simpleType" : "CreateTrafficPolicyVersionRequest", "variableSetterType" : "CreateTrafficPolicyVersionRequest" }, "marshaller" : { "action" : "CreateTrafficPolicyVersion", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/trafficpolicy/{Id}", "locationName" : "CreateTrafficPolicyVersionRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Comment" : { "documentation" : "

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  \n@param comment Any comments that you want to include about the new traffic policy version.*/", "getterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  \n@return Any comments that you want to include about the new traffic policy version.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  \n@param comment Any comments that you want to include about the new traffic policy version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the new traffic policy version.

                                                                                                  \n@param comment Any comments that you want to include about the new traffic policy version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  \n@param id The ID of the traffic policy for which you want to create a new version.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  \n@return The ID of the traffic policy for which you want to create a new version.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  \n@param id The ID of the traffic policy for which you want to create a new version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy for which you want to create a new version.

                                                                                                  \n@param id The ID of the traffic policy for which you want to create a new version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Document" : { "documentation" : "

                                                                                                  The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  ", "name" : "Document", "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "variable" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Document", "marshallLocationName" : "Document", "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 definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.*/", "getterDocumentation" : "/**

                                                                                                  The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@return The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of a new traffic policy version, in JSON format. You must specify the full definition of the new traffic policy. You cannot specify just the differences between the new version and a previous version. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListChangeBatchesByHostedZoneResult" : { "c2jName" : "ListChangeBatchesByHostedZoneResponse", "documentation" : "

                                                                                                  The input for a ListChangeBatchesByHostedZone request.

                                                                                                  ", "shapeName" : "ListChangeBatchesByHostedZoneResult", "deprecated" : true, "required" : [ "MaxItems", "Marker", "ChangeBatchRecords" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "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 items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "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 page marker.

                                                                                                  \n@param marker The page marker.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "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 that indicates if there are more change batches to list.

                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  \n@return A flag that indicates if there are more change batches to list.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "name" : "ChangeBatchRecords", "c2jName" : "ChangeBatchRecords", "c2jShape" : "ChangeBatchRecords", "variable" : { "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "changeBatchRecords", "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" : "ChangeBatchRecords", "marshallLocationName" : "ChangeBatchRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ChangeBatchRecord", "memberLocationName" : "ChangeBatchRecord", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ChangeBatchRecord", "variable" : { "variableName" : "member", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "setterModel" : { "variableName" : "member", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeBatchRecord", "marshallLocationName" : "ChangeBatchRecord", "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" : "ChangeBatchRecord", "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" : "/**

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.*/", "getterDocumentation" : "/**

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  \n@return The change batches within the given hosted zone and time period.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChangeBatchRecords(java.util.Collection)} or {@link #withChangeBatchRecords(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "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 next page marker.

                                                                                                  \n@param nextMarker The next page marker.*/", "getterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@return The next page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@param nextMarker The next page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@param nextMarker The next page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listChangeBatchesByHostedZoneResult", "variableType" : "ListChangeBatchesByHostedZoneResult", "variableDeclarationType" : "ListChangeBatchesByHostedZoneResult", "documentation" : null, "simpleType" : "ListChangeBatchesByHostedZoneResult", "variableSetterType" : "ListChangeBatchesByHostedZoneResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsTruncated" : { "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  ", "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 that indicates if there are more change batches to list.

                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  \n@return A flag that indicates if there are more change batches to list.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "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 items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "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 page marker.

                                                                                                  \n@param marker The page marker.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The next page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "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 next page marker.

                                                                                                  \n@param nextMarker The next page marker.*/", "getterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@return The next page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@param nextMarker The next page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The next page marker.

                                                                                                  \n@param nextMarker The next page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChangeBatchRecords" : { "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "name" : "ChangeBatchRecords", "c2jName" : "ChangeBatchRecords", "c2jShape" : "ChangeBatchRecords", "variable" : { "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "changeBatchRecords", "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" : "ChangeBatchRecords", "marshallLocationName" : "ChangeBatchRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ChangeBatchRecord", "memberLocationName" : "ChangeBatchRecord", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ChangeBatchRecord", "variable" : { "variableName" : "member", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "setterModel" : { "variableName" : "member", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeBatchRecord", "marshallLocationName" : "ChangeBatchRecord", "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" : "ChangeBatchRecord", "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" : "/**

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.*/", "getterDocumentation" : "/**

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  \n@return The change batches within the given hosted zone and time period.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChangeBatchRecords(java.util.Collection)} or {@link #withChangeBatchRecords(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidArgumentException" : { "c2jName" : "InvalidArgument", "documentation" : "

                                                                                                  At least one of the specified arguments is invalid.

                                                                                                  ", "shapeName" : "InvalidArgumentException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidArgumentException", "variableType" : "InvalidArgumentException", "variableDeclarationType" : "InvalidArgumentException", "documentation" : null, "simpleType" : "InvalidArgumentException", "variableSetterType" : "InvalidArgumentException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidArgument", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "HealthCheckVersionMismatchException" : { "c2jName" : "HealthCheckVersionMismatch", "documentation" : "", "shapeName" : "HealthCheckVersionMismatchException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "healthCheckVersionMismatchException", "variableType" : "HealthCheckVersionMismatchException", "variableDeclarationType" : "HealthCheckVersionMismatchException", "documentation" : null, "simpleType" : "HealthCheckVersionMismatchException", "variableSetterType" : "HealthCheckVersionMismatchException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HealthCheckVersionMismatch", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "HostedZoneConfig" : { "c2jName" : "HostedZoneConfig", "documentation" : "

                                                                                                  A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  ", "shapeName" : "HostedZoneConfig", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  \n@param comment An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.*/", "getterDocumentation" : "/**

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  \n@return An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.*/", "fluentSetterDocumentation" : "/**

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  \n@param comment An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  \n@param comment An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  ", "name" : "PrivateZone", "c2jName" : "PrivateZone", "c2jShape" : "IsPrivateZone", "variable" : { "variableName" : "privateZone", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "privateZone", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrivateZone", "marshallLocationName" : "PrivateZone", "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" : "/**

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  \n@param privateZone GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone*/", "getterDocumentation" : "/**

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  \n@return GetHostedZone
                                                                                                  and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone*/", "fluentSetterDocumentation" : "/**

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  \n@param privateZone GetHostedZone
                                                                                                  and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  \n@param privateZone GetHostedZone
                                                                                                  and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "hostedZoneConfig", "variableType" : "HostedZoneConfig", "variableDeclarationType" : "HostedZoneConfig", "documentation" : null, "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Comment" : { "documentation" : "

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "ResourceDescription", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  \n@param comment An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.*/", "getterDocumentation" : "/**

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  \n@return An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.*/", "fluentSetterDocumentation" : "/**

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  \n@param comment An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

                                                                                                  \n@param comment An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PrivateZone" : { "documentation" : "

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  ", "name" : "PrivateZone", "c2jName" : "PrivateZone", "c2jShape" : "IsPrivateZone", "variable" : { "variableName" : "privateZone", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "privateZone", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrivateZone", "marshallLocationName" : "PrivateZone", "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" : "/**

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  \n@param privateZone GetHostedZone
                                                                                                  and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone*/", "getterDocumentation" : "/**

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  \n@return GetHostedZone
                                                                                                  and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone*/", "fluentSetterDocumentation" : "/**

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  \n@param privateZone GetHostedZone
                                                                                                  and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  GetHostedZone and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone requests: When you're creating a private hosted zone (when you specify values for VPCId and VPCRegion), you can optionally specify true for PrivateZone.

                                                                                                  \n@param privateZone GetHostedZone
                                                                                                  and ListHostedZone responses: A Boolean value that indicates whether a hosted zone is private.

                                                                                                  CreateHostedZone\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateTrafficPolicyCommentRequest" : { "c2jName" : "UpdateTrafficPolicyCommentRequest", "documentation" : "

                                                                                                  A complex type that contains information about the traffic policy for which you want to update the comment.

                                                                                                  ", "shapeName" : "UpdateTrafficPolicyCommentRequest", "deprecated" : false, "required" : [ "Id", "Version", "Comment" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  \n@param id The value of Id for the traffic policy for which you want to update the comment.*/", "getterDocumentation" : "/**

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  \n@return The value of Id for the traffic policy for which you want to update the comment.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  \n@param id The value of Id for the traffic policy for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  \n@param id The value of Id for the traffic policy for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  ", "name" : "Version", "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Version", "marshallLocationName" : "Version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  \n@param version The value of Version for the traffic policy for which you want to update the comment.*/", "getterDocumentation" : "/**

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  \n@return The value of Version for the traffic policy for which you want to update the comment.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  \n@param version The value of Version for the traffic policy for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  \n@param version The value of Version for the traffic policy for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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 new comment for the specified traffic policy and version.

                                                                                                  \n@param comment The new comment for the specified traffic policy and version.*/", "getterDocumentation" : "/**

                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                  \n@return The new comment for the specified traffic policy and version.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                  \n@param comment The new comment for the specified traffic policy and version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                  \n@param comment The new comment for the specified traffic policy and version.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateTrafficPolicyCommentRequest", "variableType" : "UpdateTrafficPolicyCommentRequest", "variableDeclarationType" : "UpdateTrafficPolicyCommentRequest", "documentation" : null, "simpleType" : "UpdateTrafficPolicyCommentRequest", "variableSetterType" : "UpdateTrafficPolicyCommentRequest" }, "marshaller" : { "action" : "UpdateTrafficPolicyComment", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/trafficpolicy/{Id}/{Version}", "locationName" : "UpdateTrafficPolicyCommentRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Comment" : { "documentation" : "

                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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 new comment for the specified traffic policy and version.

                                                                                                  \n@param comment The new comment for the specified traffic policy and version.*/", "getterDocumentation" : "/**

                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                  \n@return The new comment for the specified traffic policy and version.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                  \n@param comment The new comment for the specified traffic policy and version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The new comment for the specified traffic policy and version.

                                                                                                  \n@param comment The new comment for the specified traffic policy and version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Version" : { "documentation" : "

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  ", "name" : "Version", "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Version", "marshallLocationName" : "Version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  \n@param version The value of Version for the traffic policy for which you want to update the comment.*/", "getterDocumentation" : "/**

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  \n@return The value of Version for the traffic policy for which you want to update the comment.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  \n@param version The value of Version for the traffic policy for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value of Version for the traffic policy for which you want to update the comment.

                                                                                                  \n@param version The value of Version for the traffic policy for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  \n@param id The value of Id for the traffic policy for which you want to update the comment.*/", "getterDocumentation" : "/**

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  \n@return The value of Id for the traffic policy for which you want to update the comment.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  \n@param id The value of Id for the traffic policy for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value of Id for the traffic policy for which you want to update the comment.

                                                                                                  \n@param id The value of Id for the traffic policy for which you want to update the comment.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetHealthCheckStatusResult" : { "c2jName" : "GetHealthCheckStatusResponse", "documentation" : "

                                                                                                  A complex type that contains information about the status of the specified health check.

                                                                                                  ", "shapeName" : "GetHealthCheckStatusResult", "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.

                                                                                                  \n

                                                                                                  NOTE: 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" : "getHealthCheckStatusResult", "variableType" : "GetHealthCheckStatusResult", "variableDeclarationType" : "GetHealthCheckStatusResult", "documentation" : null, "simpleType" : "GetHealthCheckStatusResult", "variableSetterType" : "GetHealthCheckStatusResult" }, "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" : "

                                                                                                  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.

                                                                                                  \n

                                                                                                  NOTE: 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.*/" } } }, "TagResourceType" : { "c2jName" : "TagResourceType", "documentation" : "", "shapeName" : "TagResourceType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Healthcheck", "value" : "healthcheck" }, { "name" : "Hostedzone", "value" : "hostedzone" } ], "variable" : { "variableName" : "tagResourceType", "variableType" : "TagResourceType", "variableDeclarationType" : "TagResourceType", "documentation" : null, "simpleType" : "TagResourceType", "variableSetterType" : "TagResourceType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ChangeStatus" : { "c2jName" : "ChangeStatus", "documentation" : "", "shapeName" : "ChangeStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "INSYNC", "value" : "INSYNC" } ], "variable" : { "variableName" : "changeStatus", "variableType" : "ChangeStatus", "variableDeclarationType" : "ChangeStatus", "documentation" : null, "simpleType" : "ChangeStatus", "variableSetterType" : "ChangeStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidInputException" : { "c2jName" : "InvalidInput", "documentation" : "

                                                                                                  Some value specified in the request is invalid or the XML document is malformed.

                                                                                                  ", "shapeName" : "InvalidInputException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidInputException", "variableType" : "InvalidInputException", "variableDeclarationType" : "InvalidInputException", "documentation" : null, "simpleType" : "InvalidInputException", "variableSetterType" : "InvalidInputException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetTrafficPolicyInstanceResult" : { "c2jName" : "GetTrafficPolicyInstanceResponse", "documentation" : "

                                                                                                  A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

                                                                                                  ", "shapeName" : "GetTrafficPolicyInstanceResult", "deprecated" : false, "required" : [ "TrafficPolicyInstance" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  ", "name" : "TrafficPolicyInstance", "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "/**

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  \n@return A complex type that contains settings for the traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTrafficPolicyInstanceResult", "variableType" : "GetTrafficPolicyInstanceResult", "variableDeclarationType" : "GetTrafficPolicyInstanceResult", "documentation" : null, "simpleType" : "GetTrafficPolicyInstanceResult", "variableSetterType" : "GetTrafficPolicyInstanceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyInstance" : { "documentation" : "

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  ", "name" : "TrafficPolicyInstance", "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "/**

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  \n@return A complex type that contains settings for the traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteHostedZoneResult" : { "c2jName" : "DeleteHostedZoneResponse", "documentation" : "

                                                                                                  A complex type containing the response information for the request.

                                                                                                  ", "shapeName" : "DeleteHostedZoneResult", "deprecated" : false, "required" : [ "ChangeInfo" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your delete request.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  \n@return A complex type that contains the ID, the status, and the date and time of your delete request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your delete request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your delete request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteHostedZoneResult", "variableType" : "DeleteHostedZoneResult", "variableDeclarationType" : "DeleteHostedZoneResult", "documentation" : null, "simpleType" : "DeleteHostedZoneResult", "variableSetterType" : "DeleteHostedZoneResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeInfo" : { "documentation" : "

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your delete request.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  \n@return A complex type that contains the ID, the status, and the date and time of your delete request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your delete request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the ID, the status, and the date and time of your delete request.

                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your delete request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateHealthCheckRequest" : { "c2jName" : "UpdateHealthCheckRequest", "documentation" : "

                                                                                                  >A complex type that contains information about the request to update a health check.

                                                                                                  ", "shapeName" : "UpdateHealthCheckRequest", "deprecated" : false, "required" : [ "HealthCheckId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the health check to update.

                                                                                                  ", "name" : "HealthCheckId", "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "healthCheckId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the health check to update.

                                                                                                  ", "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" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the health check to update.

                                                                                                  \n@param healthCheckId The ID of the health check to update.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the health check to update.

                                                                                                  \n@return The ID of the health check to update.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the health check to update.

                                                                                                  \n@param healthCheckId The ID of the health check to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the health check to update.

                                                                                                  \n@param healthCheckId The ID of the health check to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  ", "name" : "HealthCheckVersion", "c2jName" : "HealthCheckVersion", "c2jShape" : "HealthCheckVersion", "variable" : { "variableName" : "healthCheckVersion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "healthCheckVersion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckVersion", "marshallLocationName" : "HealthCheckVersion", "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" : "/**

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  \n@param healthCheckVersion Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.*/", "getterDocumentation" : "/**

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  \n@return Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  \n@param healthCheckVersion Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  \n@param healthCheckVersion Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "IPAddress", "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "variable" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPAddress", "marshallLocationName" : "IPAddress", "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 IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param iPAddress The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param iPAddress The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param iPAddress The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Port", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "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 port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param port The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param port The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param port The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "ResourcePath", "c2jName" : "ResourcePath", "c2jShape" : "ResourcePath", "variable" : { "variableName" : "resourcePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourcePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourcePath", "marshallLocationName" : "ResourcePath", "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 path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param resourcePath The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param resourcePath The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param resourcePath The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "FullyQualifiedDomainName", "c2jName" : "FullyQualifiedDomainName", "c2jShape" : "FullyQualifiedDomainName", "variable" : { "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FullyQualifiedDomainName", "marshallLocationName" : "FullyQualifiedDomainName", "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" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "SearchString", "c2jName" : "SearchString", "c2jShape" : "SearchString", "variable" : { "variableName" : "searchString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "searchString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SearchString", "marshallLocationName" : "SearchString", "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 Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param searchString If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param searchString If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param searchString If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "FailureThreshold", "c2jName" : "FailureThreshold", "c2jShape" : "FailureThreshold", "variable" : { "variableName" : "failureThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "failureThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "FailureThreshold", "marshallLocationName" : "FailureThreshold", "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 number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "Inverted", "c2jName" : "Inverted", "c2jShape" : "Inverted", "variable" : { "variableName" : "inverted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "inverted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Inverted", "marshallLocationName" : "Inverted", "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 boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "HealthThreshold", "c2jName" : "HealthThreshold", "c2jShape" : "HealthThreshold", "variable" : { "variableName" : "healthThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthThreshold", "marshallLocationName" : "HealthThreshold", "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 minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "ChildHealthChecks", "c2jName" : "ChildHealthChecks", "c2jShape" : "ChildHealthCheckList", "variable" : { "variableName" : "childHealthChecks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "childHealthChecks", "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" : "ChildHealthChecks", "marshallLocationName" : "ChildHealthChecks", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ChildHealthCheck", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChildHealthCheck", "marshallLocationName" : "ChildHealthCheck", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChildHealthChecks(java.util.Collection)} or {@link #withChildHealthChecks(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "EnableSNI", "c2jName" : "EnableSNI", "c2jShape" : "EnableSNI", "variable" : { "variableName" : "enableSNI", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enableSNI", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EnableSNI", "marshallLocationName" : "EnableSNI", "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" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "Regions", "c2jName" : "Regions", "c2jShape" : "HealthCheckRegionList", "variable" : { "variableName" : "regions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "regions", "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" : "Regions", "marshallLocationName" : "Regions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Region", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HealthCheckRegion", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "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" : "HealthCheckRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see HealthCheckRegion*/", "getterDocumentation" : "/**\n@return \n@see HealthCheckRegion*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : "HealthCheckRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param regions A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.\n@see HealthCheckRegion*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param regions A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRegions(java.util.Collection)} or {@link #withRegions(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param regions A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/" }, { "documentation" : "", "name" : "AlarmIdentifier", "c2jName" : "AlarmIdentifier", "c2jShape" : "AlarmIdentifier", "variable" : { "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "variableDeclarationType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "setterModel" : { "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "variableDeclarationType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "getterModel" : { "returnType" : "AlarmIdentifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmIdentifier", "marshallLocationName" : "AlarmIdentifier", "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 alarmIdentifier */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param alarmIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param alarmIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "InsufficientDataHealthStatus", "c2jName" : "InsufficientDataHealthStatus", "c2jShape" : "InsufficientDataHealthStatus", "variable" : { "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InsufficientDataHealthStatus", "marshallLocationName" : "InsufficientDataHealthStatus", "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" : "InsufficientDataHealthStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@see InsufficientDataHealthStatus*/", "getterDocumentation" : "/**\n@return \n@see InsufficientDataHealthStatus*/", "fluentSetterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "varargSetterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/" } ], "enums" : null, "variable" : { "variableName" : "updateHealthCheckRequest", "variableType" : "UpdateHealthCheckRequest", "variableDeclarationType" : "UpdateHealthCheckRequest", "documentation" : null, "simpleType" : "UpdateHealthCheckRequest", "variableSetterType" : "UpdateHealthCheckRequest" }, "marshaller" : { "action" : "UpdateHealthCheck", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/healthcheck/{HealthCheckId}", "locationName" : "UpdateHealthCheckRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheckId" : { "documentation" : "

                                                                                                  The ID of the health check to update.

                                                                                                  ", "name" : "HealthCheckId", "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "healthCheckId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the health check to update.

                                                                                                  ", "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" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the health check to update.

                                                                                                  \n@param healthCheckId The ID of the health check to update.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the health check to update.

                                                                                                  \n@return The ID of the health check to update.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the health check to update.

                                                                                                  \n@param healthCheckId The ID of the health check to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the health check to update.

                                                                                                  \n@param healthCheckId The ID of the health check to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EnableSNI" : { "documentation" : "

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "EnableSNI", "c2jName" : "EnableSNI", "c2jShape" : "EnableSNI", "variable" : { "variableName" : "enableSNI", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enableSNI", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EnableSNI", "marshallLocationName" : "EnableSNI", "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" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param enableSNI Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildHealthChecks" : { "documentation" : "

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "ChildHealthChecks", "c2jName" : "ChildHealthChecks", "c2jShape" : "ChildHealthCheckList", "variable" : { "variableName" : "childHealthChecks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "childHealthChecks", "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" : "ChildHealthChecks", "marshallLocationName" : "ChildHealthChecks", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ChildHealthCheck", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChildHealthCheck", "marshallLocationName" : "ChildHealthCheck", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChildHealthChecks(java.util.Collection)} or {@link #withChildHealthChecks(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param childHealthChecks For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

                                                                                                  The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Port", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "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 port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param port The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param port The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param port The port on which you want Amazon Route 53 to open a connection to perform health checks.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Regions" : { "documentation" : "

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "Regions", "c2jName" : "Regions", "c2jShape" : "HealthCheckRegionList", "variable" : { "variableName" : "regions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "regions", "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" : "Regions", "marshallLocationName" : "Regions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Region", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "HealthCheckRegion", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "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" : "HealthCheckRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see HealthCheckRegion*/", "getterDocumentation" : "/**\n@return \n@see HealthCheckRegion*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : "HealthCheckRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param regions A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.\n@see HealthCheckRegion*/", "getterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.\n@see HealthCheckRegion*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param regions A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRegions(java.util.Collection)} or {@link #withRegions(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param regions A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

                                                                                                  When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckRegion*/" }, "SearchString" : { "documentation" : "

                                                                                                  If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "SearchString", "c2jName" : "SearchString", "c2jShape" : "SearchString", "variable" : { "variableName" : "searchString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "searchString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SearchString", "marshallLocationName" : "SearchString", "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 Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param searchString If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param searchString If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param searchString If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InsufficientDataHealthStatus" : { "documentation" : "", "name" : "InsufficientDataHealthStatus", "c2jName" : "InsufficientDataHealthStatus", "c2jShape" : "InsufficientDataHealthStatus", "variable" : { "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "insufficientDataHealthStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InsufficientDataHealthStatus", "marshallLocationName" : "InsufficientDataHealthStatus", "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" : "InsufficientDataHealthStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@see InsufficientDataHealthStatus*/", "getterDocumentation" : "/**\n@return \n@see InsufficientDataHealthStatus*/", "fluentSetterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/", "varargSetterDocumentation" : "/**\n@param insufficientDataHealthStatus \n@return Returns a reference to this object so that method calls can be chained together.\n@see InsufficientDataHealthStatus*/" }, "HealthCheckVersion" : { "documentation" : "

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  ", "name" : "HealthCheckVersion", "c2jName" : "HealthCheckVersion", "c2jShape" : "HealthCheckVersion", "variable" : { "variableName" : "healthCheckVersion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "healthCheckVersion", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckVersion", "marshallLocationName" : "HealthCheckVersion", "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" : "/**

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  \n@param healthCheckVersion Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.*/", "getterDocumentation" : "/**

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  \n@return Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  \n@param healthCheckVersion Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

                                                                                                  \n@param healthCheckVersion Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourcePath" : { "documentation" : "

                                                                                                  The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "ResourcePath", "c2jName" : "ResourcePath", "c2jShape" : "ResourcePath", "variable" : { "variableName" : "resourcePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourcePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourcePath", "marshallLocationName" : "ResourcePath", "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 path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param resourcePath The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param resourcePath The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param resourcePath The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FullyQualifiedDomainName" : { "documentation" : "

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "FullyQualifiedDomainName", "c2jName" : "FullyQualifiedDomainName", "c2jShape" : "FullyQualifiedDomainName", "variable" : { "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "fullyQualifiedDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FullyQualifiedDomainName", "marshallLocationName" : "FullyQualifiedDomainName", "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" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param fullyQualifiedDomainName Fully qualified domain name of the instance to be health checked.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Inverted" : { "documentation" : "

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "Inverted", "c2jName" : "Inverted", "c2jShape" : "Inverted", "variable" : { "variableName" : "inverted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "inverted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Inverted", "marshallLocationName" : "Inverted", "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 boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param inverted A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthThreshold" : { "documentation" : "

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "HealthThreshold", "c2jName" : "HealthThreshold", "c2jShape" : "HealthThreshold", "variable" : { "variableName" : "healthThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "healthThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthThreshold", "marshallLocationName" : "HealthThreshold", "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 minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param healthThreshold The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmIdentifier" : { "documentation" : "", "name" : "AlarmIdentifier", "c2jName" : "AlarmIdentifier", "c2jShape" : "AlarmIdentifier", "variable" : { "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "variableDeclarationType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "setterModel" : { "variableName" : "alarmIdentifier", "variableType" : "AlarmIdentifier", "variableDeclarationType" : "AlarmIdentifier", "documentation" : "", "simpleType" : "AlarmIdentifier", "variableSetterType" : "AlarmIdentifier" }, "getterModel" : { "returnType" : "AlarmIdentifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmIdentifier", "marshallLocationName" : "AlarmIdentifier", "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 alarmIdentifier */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param alarmIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param alarmIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FailureThreshold" : { "documentation" : "

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "FailureThreshold", "c2jName" : "FailureThreshold", "c2jShape" : "FailureThreshold", "variable" : { "variableName" : "failureThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "failureThreshold", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "FailureThreshold", "marshallLocationName" : "FailureThreshold", "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 number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param failureThreshold The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

                                                                                                  Valid values are integers between 1 and 10. For more information, see \"How Amazon Route 53 Determines Whether an Endpoint Is Healthy\" in the Amazon Route 53 Developer Guide.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IPAddress" : { "documentation" : "

                                                                                                  The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "name" : "IPAddress", "c2jName" : "IPAddress", "c2jShape" : "IPAddress", "variable" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IPAddress", "marshallLocationName" : "IPAddress", "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 IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param iPAddress The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                  The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@return The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param iPAddress The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.

                                                                                                  \n@param iPAddress The IP address of the resource that you want to check.

                                                                                                  Specify this value only if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteReusableDelegationSetResult" : { "c2jName" : "DeleteReusableDelegationSetResponse", "documentation" : "

                                                                                                  Empty response for the request.

                                                                                                  ", "shapeName" : "DeleteReusableDelegationSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteReusableDelegationSetResult", "variableType" : "DeleteReusableDelegationSetResult", "variableDeclarationType" : "DeleteReusableDelegationSetResult", "documentation" : null, "simpleType" : "DeleteReusableDelegationSetResult", "variableSetterType" : "DeleteReusableDelegationSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetCheckerIpRangesResult" : { "c2jName" : "GetCheckerIpRangesResponse", "documentation" : "

                                                                                                  A complex type that contains the CheckerIpRanges element.

                                                                                                  ", "shapeName" : "GetCheckerIpRangesResult", "deprecated" : false, "required" : [ "CheckerIpRanges" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  ", "name" : "CheckerIpRanges", "c2jName" : "CheckerIpRanges", "c2jShape" : "CheckerIpRanges", "variable" : { "variableName" : "checkerIpRanges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "checkerIpRanges", "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" : "CheckerIpRanges", "marshallLocationName" : "CheckerIpRanges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPAddressCidr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  \n@param checkerIpRanges A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  \n@return A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  \n@param checkerIpRanges A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCheckerIpRanges(java.util.Collection)} or {@link #withCheckerIpRanges(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param checkerIpRanges A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getCheckerIpRangesResult", "variableType" : "GetCheckerIpRangesResult", "variableDeclarationType" : "GetCheckerIpRangesResult", "documentation" : null, "simpleType" : "GetCheckerIpRangesResult", "variableSetterType" : "GetCheckerIpRangesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CheckerIpRanges" : { "documentation" : "

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  ", "name" : "CheckerIpRanges", "c2jName" : "CheckerIpRanges", "c2jShape" : "CheckerIpRanges", "variable" : { "variableName" : "checkerIpRanges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "checkerIpRanges", "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" : "CheckerIpRanges", "marshallLocationName" : "CheckerIpRanges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IPAddressCidr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  \n@param checkerIpRanges A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  \n@return A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  \n@param checkerIpRanges A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCheckerIpRanges(java.util.Collection)} or {@link #withCheckerIpRanges(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param checkerIpRanges A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTrafficPolicyResult" : { "c2jName" : "CreateTrafficPolicyResponse", "documentation" : "

                                                                                                  A complex type that contains the response information for the CreateTrafficPolicy request.

                                                                                                  ", "shapeName" : "CreateTrafficPolicyResult", "deprecated" : false, "required" : [ "TrafficPolicy", "Location" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  ", "name" : "TrafficPolicy", "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "variable" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "setterModel" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicy", "marshallLocationName" : "TrafficPolicy", "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" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the new traffic policy.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  \n@return A complex type that contains settings for the new traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the new traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the new traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 location */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTrafficPolicyResult", "variableType" : "CreateTrafficPolicyResult", "variableDeclarationType" : "CreateTrafficPolicyResult", "documentation" : null, "simpleType" : "CreateTrafficPolicyResult", "variableSetterType" : "CreateTrafficPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicy" : { "documentation" : "

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  ", "name" : "TrafficPolicy", "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "variable" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "setterModel" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicy", "marshallLocationName" : "TrafficPolicy", "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" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the new traffic policy.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  \n@return A complex type that contains settings for the new traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the new traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the new traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the new traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 location */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param location \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConflictingDomainExistsException" : { "c2jName" : "ConflictingDomainExists", "documentation" : "", "shapeName" : "ConflictingDomainExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "conflictingDomainExistsException", "variableType" : "ConflictingDomainExistsException", "variableDeclarationType" : "ConflictingDomainExistsException", "documentation" : null, "simpleType" : "ConflictingDomainExistsException", "variableSetterType" : "ConflictingDomainExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ConflictingDomainExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateTrafficPolicyCommentResult" : { "c2jName" : "UpdateTrafficPolicyCommentResponse", "documentation" : "

                                                                                                  A complex type that contains the response information for the traffic policy.

                                                                                                  ", "shapeName" : "UpdateTrafficPolicyCommentResult", "deprecated" : false, "required" : [ "TrafficPolicy" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  ", "name" : "TrafficPolicy", "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "variable" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "setterModel" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicy", "marshallLocationName" : "TrafficPolicy", "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" : "/**

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  \n@return A complex type that contains settings for the specified traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateTrafficPolicyCommentResult", "variableType" : "UpdateTrafficPolicyCommentResult", "variableDeclarationType" : "UpdateTrafficPolicyCommentResult", "documentation" : null, "simpleType" : "UpdateTrafficPolicyCommentResult", "variableSetterType" : "UpdateTrafficPolicyCommentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicy" : { "documentation" : "

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  ", "name" : "TrafficPolicy", "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "variable" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "setterModel" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicy", "marshallLocationName" : "TrafficPolicy", "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" : "/**

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  \n@return A complex type that contains settings for the specified traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTrafficPolicyRequest" : { "c2jName" : "DeleteTrafficPolicyRequest", "documentation" : "

                                                                                                  A request to delete a specified traffic policy version.

                                                                                                  ", "shapeName" : "DeleteTrafficPolicyRequest", "deprecated" : false, "required" : [ "Id", "Version" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  \n@param id The ID of the traffic policy that you want to delete.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  \n@return The ID of the traffic policy that you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  \n@param id The ID of the traffic policy that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  \n@param id The ID of the traffic policy that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  ", "name" : "Version", "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Version", "marshallLocationName" : "Version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  \n@param version The version number of the traffic policy that you want to delete.*/", "getterDocumentation" : "/**

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  \n@return The version number of the traffic policy that you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  \n@param version The version number of the traffic policy that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  \n@param version The version number of the traffic policy that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteTrafficPolicyRequest", "variableType" : "DeleteTrafficPolicyRequest", "variableDeclarationType" : "DeleteTrafficPolicyRequest", "documentation" : null, "simpleType" : "DeleteTrafficPolicyRequest", "variableSetterType" : "DeleteTrafficPolicyRequest" }, "marshaller" : { "action" : "DeleteTrafficPolicy", "verb" : "DELETE", "target" : null, "requestUri" : "/2013-04-01/trafficpolicy/{Id}/{Version}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Version" : { "documentation" : "

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  ", "name" : "Version", "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Version", "marshallLocationName" : "Version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  \n@param version The version number of the traffic policy that you want to delete.*/", "getterDocumentation" : "/**

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  \n@return The version number of the traffic policy that you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  \n@param version The version number of the traffic policy that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The version number of the traffic policy that you want to delete.

                                                                                                  \n@param version The version number of the traffic policy that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  \n@param id The ID of the traffic policy that you want to delete.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  \n@return The ID of the traffic policy that you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  \n@param id The ID of the traffic policy that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the traffic policy that you want to delete.

                                                                                                  \n@param id The ID of the traffic policy that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTrafficPolicyRequest" : { "c2jName" : "CreateTrafficPolicyRequest", "documentation" : "

                                                                                                  A complex type that contains information about the traffic policy that you want to create.

                                                                                                  ", "shapeName" : "CreateTrafficPolicyRequest", "deprecated" : false, "required" : [ "Name", "Document" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The name of the traffic policy.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the traffic policy.

                                                                                                  ", "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 traffic policy.

                                                                                                  \n@param name The name of the traffic policy.*/", "getterDocumentation" : "/**

                                                                                                  The name of the traffic policy.

                                                                                                  \n@return The name of the traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the traffic policy.

                                                                                                  \n@param name The name of the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the traffic policy.

                                                                                                  \n@param name The name of the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  ", "name" : "Document", "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "variable" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Document", "marshallLocationName" : "Document", "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 definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.*/", "getterDocumentation" : "/**

                                                                                                  The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@return The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  \n@param comment Any comments that you want to include about the traffic policy.*/", "getterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  \n@return Any comments that you want to include about the traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  \n@param comment Any comments that you want to include about the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  \n@param comment Any comments that you want to include about the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTrafficPolicyRequest", "variableType" : "CreateTrafficPolicyRequest", "variableDeclarationType" : "CreateTrafficPolicyRequest", "documentation" : null, "simpleType" : "CreateTrafficPolicyRequest", "variableSetterType" : "CreateTrafficPolicyRequest" }, "marshaller" : { "action" : "CreateTrafficPolicy", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/trafficpolicy", "locationName" : "CreateTrafficPolicyRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Comment" : { "documentation" : "

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "TrafficPolicyComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  \n@param comment Any comments that you want to include about the traffic policy.*/", "getterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  \n@return Any comments that you want to include about the traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  \n@param comment Any comments that you want to include about the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Any comments that you want to include about the traffic policy.

                                                                                                  \n@param comment Any comments that you want to include about the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Document" : { "documentation" : "

                                                                                                  The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  ", "name" : "Document", "c2jName" : "Document", "c2jShape" : "TrafficPolicyDocument", "variable" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Document", "marshallLocationName" : "Document", "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 definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.*/", "getterDocumentation" : "/**

                                                                                                  The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@return The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.

                                                                                                  \n@param document The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format in the Amazon Route 53 API Reference.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                                                                  The name of the traffic policy.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the traffic policy.

                                                                                                  ", "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 traffic policy.

                                                                                                  \n@param name The name of the traffic policy.*/", "getterDocumentation" : "/**

                                                                                                  The name of the traffic policy.

                                                                                                  \n@return The name of the traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the traffic policy.

                                                                                                  \n@param name The name of the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the traffic policy.

                                                                                                  \n@param name The name of the traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteHostedZoneRequest" : { "c2jName" : "DeleteHostedZoneRequest", "documentation" : "

                                                                                                  A complex type that contains information about the hosted zone that you want to delete.

                                                                                                  ", "shapeName" : "DeleteHostedZoneRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  \n@param id The ID of the hosted zone you want to delete.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  \n@return The ID of the hosted zone you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  \n@param id The ID of the hosted zone you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  \n@param id The ID of the hosted zone you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteHostedZoneRequest", "variableType" : "DeleteHostedZoneRequest", "variableDeclarationType" : "DeleteHostedZoneRequest", "documentation" : null, "simpleType" : "DeleteHostedZoneRequest", "variableSetterType" : "DeleteHostedZoneRequest" }, "marshaller" : { "action" : "DeleteHostedZone", "verb" : "DELETE", "target" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  \n@param id The ID of the hosted zone you want to delete.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  \n@return The ID of the hosted zone you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  \n@param id The ID of the hosted zone you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to delete.

                                                                                                  \n@param id The ID of the hosted zone you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceTagSet" : { "c2jName" : "ResourceTagSet", "documentation" : "

                                                                                                  A complex type containing a resource and its associated tags.

                                                                                                  ", "shapeName" : "ResourceTagSet", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "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" : "TagResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@return The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/" }, { "documentation" : "

                                                                                                  The ID for the specified resource.

                                                                                                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID for the specified resource.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "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 ID for the specified resource.

                                                                                                  \n@param resourceId The ID for the specified resource.*/", "getterDocumentation" : "/**

                                                                                                  The ID for the specified resource.

                                                                                                  \n@return The ID for the specified resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID for the specified resource.

                                                                                                  \n@param resourceId The ID for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID for the specified resource.

                                                                                                  \n@param resourceId The ID for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The tags associated with the specified resource.

                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  The tags associated with the specified resource.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "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" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "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" : "Tag", "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" : "/**

                                                                                                  The tags associated with the specified resource.

                                                                                                  \n@param tags The tags associated with the specified resource.*/", "getterDocumentation" : "/**

                                                                                                  The tags associated with the specified resource.

                                                                                                  \n@return The tags associated with the specified resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The tags associated with the specified resource.

                                                                                                  \n@param tags The tags associated with the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The tags associated with the specified resource.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param tags The tags associated with the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resourceTagSet", "variableType" : "ResourceTagSet", "variableDeclarationType" : "ResourceTagSet", "documentation" : null, "simpleType" : "ResourceTagSet", "variableSetterType" : "ResourceTagSet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

                                                                                                  The ID for the specified resource.

                                                                                                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID for the specified resource.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "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 ID for the specified resource.

                                                                                                  \n@param resourceId The ID for the specified resource.*/", "getterDocumentation" : "/**

                                                                                                  The ID for the specified resource.

                                                                                                  \n@return The ID for the specified resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID for the specified resource.

                                                                                                  \n@param resourceId The ID for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID for the specified resource.

                                                                                                  \n@param resourceId The ID for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "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" : "TagResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@return The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/" }, "Tags" : { "documentation" : "

                                                                                                  The tags associated with the specified resource.

                                                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  The tags associated with the specified resource.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "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" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "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" : "Tag", "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" : "/**

                                                                                                  The tags associated with the specified resource.

                                                                                                  \n@param tags The tags associated with the specified resource.*/", "getterDocumentation" : "/**

                                                                                                  The tags associated with the specified resource.

                                                                                                  \n@return The tags associated with the specified resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The tags associated with the specified resource.

                                                                                                  \n@param tags The tags associated with the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The tags associated with the specified resource.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param tags The tags associated with the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateHealthCheckResult" : { "c2jName" : "CreateHealthCheckResponse", "documentation" : "

                                                                                                  A complex type containing the response information for the new health check.

                                                                                                  ", "shapeName" : "CreateHealthCheckResult", "deprecated" : false, "required" : [ "HealthCheck", "Location" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  ", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "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" : "/**

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  \n@param healthCheck A complex type that contains identifying information about the health check.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  \n@return A complex type that contains identifying information about the health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  \n@param healthCheck A complex type that contains identifying information about the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  \n@param healthCheck A complex type that contains identifying information about the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The unique URL representing the new health check.

                                                                                                  ", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The unique URL representing the new health check.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 unique URL representing the new health check.

                                                                                                  \n@param location The unique URL representing the new health check.*/", "getterDocumentation" : "/**

                                                                                                  The unique URL representing the new health check.

                                                                                                  \n@return The unique URL representing the new health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new health check.

                                                                                                  \n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new health check.

                                                                                                  \n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createHealthCheckResult", "variableType" : "CreateHealthCheckResult", "variableDeclarationType" : "CreateHealthCheckResult", "documentation" : null, "simpleType" : "CreateHealthCheckResult", "variableSetterType" : "CreateHealthCheckResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheck" : { "documentation" : "

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  ", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "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" : "/**

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  \n@param healthCheck A complex type that contains identifying information about the health check.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  \n@return A complex type that contains identifying information about the health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  \n@param healthCheck A complex type that contains identifying information about the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the health check.

                                                                                                  \n@param healthCheck A complex type that contains identifying information about the health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "

                                                                                                  The unique URL representing the new health check.

                                                                                                  ", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The unique URL representing the new health check.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 unique URL representing the new health check.

                                                                                                  \n@param location The unique URL representing the new health check.*/", "getterDocumentation" : "/**

                                                                                                  The unique URL representing the new health check.

                                                                                                  \n@return The unique URL representing the new health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new health check.

                                                                                                  \n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new health check.

                                                                                                  \n@param location The unique URL representing the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateTrafficPolicyInstanceResult" : { "c2jName" : "UpdateTrafficPolicyInstanceResponse", "documentation" : "

                                                                                                  A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

                                                                                                  ", "shapeName" : "UpdateTrafficPolicyInstanceResult", "deprecated" : false, "required" : [ "TrafficPolicyInstance" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  ", "name" : "TrafficPolicyInstance", "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "/**

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the updated traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  \n@return A complex type that contains settings for the updated traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the updated traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the updated traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateTrafficPolicyInstanceResult", "variableType" : "UpdateTrafficPolicyInstanceResult", "variableDeclarationType" : "UpdateTrafficPolicyInstanceResult", "documentation" : null, "simpleType" : "UpdateTrafficPolicyInstanceResult", "variableSetterType" : "UpdateTrafficPolicyInstanceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyInstance" : { "documentation" : "

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  ", "name" : "TrafficPolicyInstance", "c2jName" : "TrafficPolicyInstance", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  ", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "/**

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the updated traffic policy instance.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  \n@return A complex type that contains settings for the updated traffic policy instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the updated traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains settings for the updated traffic policy instance.

                                                                                                  \n@param trafficPolicyInstance A complex type that contains settings for the updated traffic policy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTrafficPolicyInstanceResult" : { "c2jName" : "DeleteTrafficPolicyInstanceResponse", "documentation" : "

                                                                                                  An empty element.

                                                                                                  ", "shapeName" : "DeleteTrafficPolicyInstanceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteTrafficPolicyInstanceResult", "variableType" : "DeleteTrafficPolicyInstanceResult", "variableDeclarationType" : "DeleteTrafficPolicyInstanceResult", "documentation" : null, "simpleType" : "DeleteTrafficPolicyInstanceResult", "variableSetterType" : "DeleteTrafficPolicyInstanceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListTrafficPoliciesResult" : { "c2jName" : "ListTrafficPoliciesResponse", "documentation" : "

                                                                                                  A complex type that contains the response information for the request.

                                                                                                  ", "shapeName" : "ListTrafficPoliciesResult", "deprecated" : false, "required" : [ "TrafficPolicySummaries", "IsTruncated", "TrafficPolicyIdMarker", "MaxItems" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  ", "name" : "TrafficPolicySummaries", "c2jName" : "TrafficPolicySummaries", "c2jShape" : "TrafficPolicySummaries", "variable" : { "variableName" : "trafficPolicySummaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trafficPolicySummaries", "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" : "TrafficPolicySummaries", "marshallLocationName" : "TrafficPolicySummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TrafficPolicySummary", "memberLocationName" : "TrafficPolicySummary", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrafficPolicySummary", "variable" : { "variableName" : "member", "variableType" : "TrafficPolicySummary", "variableDeclarationType" : "TrafficPolicySummary", "documentation" : "", "simpleType" : "TrafficPolicySummary", "variableSetterType" : "TrafficPolicySummary" }, "setterModel" : { "variableName" : "member", "variableType" : "TrafficPolicySummary", "variableDeclarationType" : "TrafficPolicySummary", "documentation" : "", "simpleType" : "TrafficPolicySummary", "variableSetterType" : "TrafficPolicySummary" }, "getterModel" : { "returnType" : "TrafficPolicySummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicySummary", "marshallLocationName" : "TrafficPolicySummary", "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" : "TrafficPolicySummary", "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 TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  \n@param trafficPolicySummaries A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.*/", "getterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  \n@return A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  \n@param trafficPolicySummaries A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTrafficPolicySummaries(java.util.Collection)} or {@link #withTrafficPolicySummaries(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param trafficPolicySummaries A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  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 that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  ", "name" : "TrafficPolicyIdMarker", "c2jName" : "TrafficPolicyIdMarker", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyIdMarker", "marshallLocationName" : "TrafficPolicyIdMarker", "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 is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param trafficPolicyIdMarker If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.*/", "getterDocumentation" : "/**

                                                                                                  If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@return If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param trafficPolicyIdMarker If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param trafficPolicyIdMarker If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  ", "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 value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  \n@return The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTrafficPoliciesResult", "variableType" : "ListTrafficPoliciesResult", "variableDeclarationType" : "ListTrafficPoliciesResult", "documentation" : null, "simpleType" : "ListTrafficPoliciesResult", "variableSetterType" : "ListTrafficPoliciesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyIdMarker" : { "documentation" : "

                                                                                                  If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  ", "name" : "TrafficPolicyIdMarker", "c2jName" : "TrafficPolicyIdMarker", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyIdMarker", "marshallLocationName" : "TrafficPolicyIdMarker", "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 is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param trafficPolicyIdMarker If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.*/", "getterDocumentation" : "/**

                                                                                                  If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@return If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param trafficPolicyIdMarker If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param trafficPolicyIdMarker If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicySummaries" : { "documentation" : "

                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  ", "name" : "TrafficPolicySummaries", "c2jName" : "TrafficPolicySummaries", "c2jShape" : "TrafficPolicySummaries", "variable" : { "variableName" : "trafficPolicySummaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trafficPolicySummaries", "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" : "TrafficPolicySummaries", "marshallLocationName" : "TrafficPolicySummaries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TrafficPolicySummary", "memberLocationName" : "TrafficPolicySummary", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrafficPolicySummary", "variable" : { "variableName" : "member", "variableType" : "TrafficPolicySummary", "variableDeclarationType" : "TrafficPolicySummary", "documentation" : "", "simpleType" : "TrafficPolicySummary", "variableSetterType" : "TrafficPolicySummary" }, "setterModel" : { "variableName" : "member", "variableType" : "TrafficPolicySummary", "variableDeclarationType" : "TrafficPolicySummary", "documentation" : "", "simpleType" : "TrafficPolicySummary", "variableSetterType" : "TrafficPolicySummary" }, "getterModel" : { "returnType" : "TrafficPolicySummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicySummary", "marshallLocationName" : "TrafficPolicySummary", "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" : "TrafficPolicySummary", "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 TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  \n@param trafficPolicySummaries A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.*/", "getterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  \n@return A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  \n@param trafficPolicySummaries A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTrafficPolicySummaries(java.util.Collection)} or {@link #withTrafficPolicySummaries(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param trafficPolicySummaries A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsTruncated" : { "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  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 that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  ", "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 value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.*/", "getterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  \n@return The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.

                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListReusableDelegationSetsRequest" : { "c2jName" : "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.", "shapeName" : "ListReusableDelegationSetsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Specify the maximum number of reusable delegation sets to return per page of results.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Specify the maximum number of reusable delegation sets to return per 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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specify the maximum number of reusable delegation sets to return per page of results.

                                                                                                  \n@param maxItems Specify the maximum number of reusable delegation sets to return per page of results.*/", "getterDocumentation" : "/**

                                                                                                  Specify the maximum number of reusable delegation sets to return per page of results.

                                                                                                  \n@return Specify the maximum number of reusable delegation sets to return per page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specify the maximum number of reusable delegation sets to return per page of results.

                                                                                                  \n@param maxItems Specify the maximum number of reusable delegation sets to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specify the maximum number of reusable delegation sets to return per page of results.

                                                                                                  \n@param maxItems Specify the maximum number of reusable delegation sets to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listReusableDelegationSetsRequest", "variableType" : "ListReusableDelegationSetsRequest", "variableDeclarationType" : "ListReusableDelegationSetsRequest", "documentation" : null, "simpleType" : "ListReusableDelegationSetsRequest", "variableSetterType" : "ListReusableDelegationSetsRequest" }, "marshaller" : { "action" : "ListReusableDelegationSets", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/delegationset", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  Specify the maximum number of reusable delegation sets to return per page of results.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Specify the maximum number of reusable delegation sets to return per 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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specify the maximum number of reusable delegation sets to return per page of results.

                                                                                                  \n@param maxItems Specify the maximum number of reusable delegation sets to return per page of results.*/", "getterDocumentation" : "/**

                                                                                                  Specify the maximum number of reusable delegation sets to return per page of results.

                                                                                                  \n@return Specify the maximum number of reusable delegation sets to return per page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specify the maximum number of reusable delegation sets to return per page of results.

                                                                                                  \n@param maxItems Specify the maximum number of reusable delegation sets to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specify the maximum number of reusable delegation sets to return per page of results.

                                                                                                  \n@param maxItems Specify the maximum number of reusable delegation sets to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ComparisonOperator" : { "c2jName" : "ComparisonOperator", "documentation" : "", "shapeName" : "ComparisonOperator", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "GreaterThanOrEqualToThreshold", "value" : "GreaterThanOrEqualToThreshold" }, { "name" : "GreaterThanThreshold", "value" : "GreaterThanThreshold" }, { "name" : "LessThanThreshold", "value" : "LessThanThreshold" }, { "name" : "LessThanOrEqualToThreshold", "value" : "LessThanOrEqualToThreshold" } ], "variable" : { "variableName" : "comparisonOperator", "variableType" : "ComparisonOperator", "variableDeclarationType" : "ComparisonOperator", "documentation" : null, "simpleType" : "ComparisonOperator", "variableSetterType" : "ComparisonOperator" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateHealthCheckRequest" : { "c2jName" : "CreateHealthCheckRequest", "documentation" : "

                                                                                                  >A complex type that contains information about the request to create a health check.

                                                                                                  ", "shapeName" : "CreateHealthCheckRequest", "deprecated" : false, "required" : [ "CallerReference", "HealthCheckConfig" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  ", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "HealthCheckNonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "getterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@return A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that contains health check configuration.

                                                                                                  ", "name" : "HealthCheckConfig", "c2jName" : "HealthCheckConfig", "c2jShape" : "HealthCheckConfig", "variable" : { "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "variableDeclarationType" : "HealthCheckConfig", "documentation" : "

                                                                                                  A complex type that contains health check configuration.

                                                                                                  ", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "setterModel" : { "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "variableDeclarationType" : "HealthCheckConfig", "documentation" : "", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "getterModel" : { "returnType" : "HealthCheckConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckConfig", "marshallLocationName" : "HealthCheckConfig", "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" : "/**

                                                                                                  A complex type that contains health check configuration.

                                                                                                  \n@param healthCheckConfig A complex type that contains health check configuration.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains health check configuration.

                                                                                                  \n@return A complex type that contains health check configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains health check configuration.

                                                                                                  \n@param healthCheckConfig A complex type that contains health check configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains health check configuration.

                                                                                                  \n@param healthCheckConfig A complex type that contains health check configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createHealthCheckRequest", "variableType" : "CreateHealthCheckRequest", "variableDeclarationType" : "CreateHealthCheckRequest", "documentation" : null, "simpleType" : "CreateHealthCheckRequest", "variableSetterType" : "CreateHealthCheckRequest" }, "marshaller" : { "action" : "CreateHealthCheck", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/healthcheck", "locationName" : "CreateHealthCheckRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CallerReference" : { "documentation" : "

                                                                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  ", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "HealthCheckNonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "getterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@return A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHealthCheck requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a health check. CallerReference can be any unique string; you might choose to use a string that identifies your project.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HealthCheckConfig" : { "documentation" : "

                                                                                                  A complex type that contains health check configuration.

                                                                                                  ", "name" : "HealthCheckConfig", "c2jName" : "HealthCheckConfig", "c2jShape" : "HealthCheckConfig", "variable" : { "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "variableDeclarationType" : "HealthCheckConfig", "documentation" : "

                                                                                                  A complex type that contains health check configuration.

                                                                                                  ", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "setterModel" : { "variableName" : "healthCheckConfig", "variableType" : "HealthCheckConfig", "variableDeclarationType" : "HealthCheckConfig", "documentation" : "", "simpleType" : "HealthCheckConfig", "variableSetterType" : "HealthCheckConfig" }, "getterModel" : { "returnType" : "HealthCheckConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheckConfig", "marshallLocationName" : "HealthCheckConfig", "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" : "/**

                                                                                                  A complex type that contains health check configuration.

                                                                                                  \n@param healthCheckConfig A complex type that contains health check configuration.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains health check configuration.

                                                                                                  \n@return A complex type that contains health check configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains health check configuration.

                                                                                                  \n@param healthCheckConfig A complex type that contains health check configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains health check configuration.

                                                                                                  \n@param healthCheckConfig A complex type that contains health check configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "HealthCheckAlreadyExistsException" : { "c2jName" : "HealthCheckAlreadyExists", "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.

                                                                                                  ", "shapeName" : "HealthCheckAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "healthCheckAlreadyExistsException", "variableType" : "HealthCheckAlreadyExistsException", "variableDeclarationType" : "HealthCheckAlreadyExistsException", "documentation" : null, "simpleType" : "HealthCheckAlreadyExistsException", "variableSetterType" : "HealthCheckAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "HealthCheckAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetHostedZoneResult" : { "c2jName" : "GetHostedZoneResponse", "documentation" : "

                                                                                                  A complex type containing information about the specified hosted zone.

                                                                                                  ", "shapeName" : "GetHostedZoneResult", "deprecated" : false, "required" : [ "HostedZone" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  ", "name" : "HostedZone", "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "variable" : { "variableName" : "hostedZone", "variableType" : "HostedZone", "variableDeclarationType" : "HostedZone", "documentation" : "

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  ", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "setterModel" : { "variableName" : "hostedZone", "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" : "/**

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains the information about the specified hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  \n@return A complex type that contains the information about the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains the information about the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains the information about the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that contains information about the name servers for the specified hosted zone.

                                                                                                  ", "name" : "DelegationSet", "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "variable" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "

                                                                                                  A complex type that contains information about the name servers for the specified hosted zone.

                                                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "setterModel" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSet", "marshallLocationName" : "DelegationSet", "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" : "/**

                                                                                                  A complex type that contains information about the name servers for the specified hosted zone.

                                                                                                  \n@param delegationSet A complex type that contains information about the name servers for the specified hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the name servers for the specified hosted zone.

                                                                                                  \n@return A complex type that contains information about the name servers for the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the name servers for the specified hosted zone.

                                                                                                  \n@param delegationSet A complex type that contains information about the name servers for the specified hosted zone.\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 name servers for the specified hosted zone.

                                                                                                  \n@param delegationSet A complex type that contains information about the name servers for the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                                                  ", "name" : "VPCs", "c2jName" : "VPCs", "c2jShape" : "VPCs", "variable" : { "variableName" : "vPCs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "vPCs", "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" : "VPCs", "marshallLocationName" : "VPCs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "VPC", "memberLocationName" : "VPC", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "VPC", "variable" : { "variableName" : "member", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "setterModel" : { "variableName" : "member", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPC", "marshallLocationName" : "VPC", "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" : "VPC", "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 VPCs associated with the specified hosted zone.

                                                                                                  \n@param vPCs A complex type that contains information about VPCs associated with the specified hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                                                  \n@return A complex type that contains information about VPCs associated with the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                                                  \n@param vPCs A complex type that contains information about VPCs associated with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVPCs(java.util.Collection)} or {@link #withVPCs(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param vPCs A complex type that contains information about VPCs associated with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getHostedZoneResult", "variableType" : "GetHostedZoneResult", "variableDeclarationType" : "GetHostedZoneResult", "documentation" : null, "simpleType" : "GetHostedZoneResult", "variableSetterType" : "GetHostedZoneResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HostedZone" : { "documentation" : "

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  ", "name" : "HostedZone", "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "variable" : { "variableName" : "hostedZone", "variableType" : "HostedZone", "variableDeclarationType" : "HostedZone", "documentation" : "

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  ", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "setterModel" : { "variableName" : "hostedZone", "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" : "/**

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains the information about the specified hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  \n@return A complex type that contains the information about the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains the information about the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains the information about the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VPCs" : { "documentation" : "

                                                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                                                  ", "name" : "VPCs", "c2jName" : "VPCs", "c2jShape" : "VPCs", "variable" : { "variableName" : "vPCs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "vPCs", "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" : "VPCs", "marshallLocationName" : "VPCs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "VPC", "memberLocationName" : "VPC", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "VPC", "variable" : { "variableName" : "member", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "setterModel" : { "variableName" : "member", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPC", "marshallLocationName" : "VPC", "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" : "VPC", "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 VPCs associated with the specified hosted zone.

                                                                                                  \n@param vPCs A complex type that contains information about VPCs associated with the specified hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                                                  \n@return A complex type that contains information about VPCs associated with the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                                                  \n@param vPCs A complex type that contains information about VPCs associated with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about VPCs associated with the specified hosted zone.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVPCs(java.util.Collection)} or {@link #withVPCs(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param vPCs A complex type that contains information about VPCs associated with the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DelegationSet" : { "documentation" : "

                                                                                                  A complex type that contains information about the name servers for the specified hosted zone.

                                                                                                  ", "name" : "DelegationSet", "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "variable" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "

                                                                                                  A complex type that contains information about the name servers for the specified hosted zone.

                                                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "setterModel" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSet", "marshallLocationName" : "DelegationSet", "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" : "/**

                                                                                                  A complex type that contains information about the name servers for the specified hosted zone.

                                                                                                  \n@param delegationSet A complex type that contains information about the name servers for the specified hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the name servers for the specified hosted zone.

                                                                                                  \n@return A complex type that contains information about the name servers for the specified hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the name servers for the specified hosted zone.

                                                                                                  \n@param delegationSet A complex type that contains information about the name servers for the specified hosted zone.\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 name servers for the specified hosted zone.

                                                                                                  \n@param delegationSet A complex type that contains information about the name servers for the specified hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListChangeBatchesByRRSetRequest" : { "c2jName" : "ListChangeBatchesByRRSetRequest", "documentation" : "

                                                                                                  The input for a ListChangeBatchesByRRSet request.

                                                                                                  ", "shapeName" : "ListChangeBatchesByRRSetRequest", "deprecated" : true, "required" : [ "HostedZoneId", "Name", "Type", "StartDate", "EndDate" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@return The ID of the hosted zone that you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DNSName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "rrSet_name", "marshallLocationName" : "rrSet_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  \n@param name The name of the RRSet that you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  \n@return The name of the RRSet that you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  \n@param name The name of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  \n@param name The name of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "RRType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RRType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  \n@param type The type of the RRSet that you want to see changes for.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  \n@return The type of the RRSet that you want to see changes for.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  \n@param type The type of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  \n@param type The type of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  ", "name" : "SetIdentifier", "c2jName" : "SetIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "variable" : { "variableName" : "setIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "setIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identifier", "marshallLocationName" : "identifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  \n@param setIdentifier The identifier of the RRSet that you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  \n@return The identifier of the RRSet that you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  \n@param setIdentifier The identifier of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  \n@param setIdentifier The identifier of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "name" : "StartDate", "c2jName" : "StartDate", "c2jShape" : "Date", "variable" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "startDate", "marshallLocationName" : "startDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@return The start of the time period you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "name" : "EndDate", "c2jName" : "EndDate", "c2jShape" : "Date", "variable" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "endDate", "marshallLocationName" : "endDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@return The end of the time period you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listChangeBatchesByRRSetRequest", "variableType" : "ListChangeBatchesByRRSetRequest", "variableDeclarationType" : "ListChangeBatchesByRRSetRequest", "documentation" : null, "simpleType" : "ListChangeBatchesByRRSetRequest", "variableSetterType" : "ListChangeBatchesByRRSetRequest" }, "marshaller" : { "action" : "ListChangeBatchesByRRSet", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}/rrsChanges", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartDate" : { "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "name" : "StartDate", "c2jName" : "StartDate", "c2jShape" : "Date", "variable" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "startDate", "marshallLocationName" : "startDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@return The start of the time period you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The start of the time period you want to see changes for.

                                                                                                  \n@param startDate The start of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "RRType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RRType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  \n@param type The type of the RRSet that you want to see changes for.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  \n@return The type of the RRSet that you want to see changes for.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  \n@param type The type of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of the RRSet that you want to see changes for.

                                                                                                  \n@param type The type of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "HostedZoneId" : { "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@return The ID of the hosted zone that you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that you want to see changes for.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SetIdentifier" : { "documentation" : "

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  ", "name" : "SetIdentifier", "c2jName" : "SetIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "variable" : { "variableName" : "setIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "setIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identifier", "marshallLocationName" : "identifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  \n@param setIdentifier The identifier of the RRSet that you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  \n@return The identifier of the RRSet that you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  \n@param setIdentifier The identifier of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The identifier of the RRSet that you want to see changes for.

                                                                                                  \n@param setIdentifier The identifier of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of items on a page.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@return The maximum number of items on a page.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of items on a page.

                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The page marker.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.*/", "getterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@return The page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The page marker.

                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndDate" : { "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "name" : "EndDate", "c2jName" : "EndDate", "c2jShape" : "Date", "variable" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "endDate", "marshallLocationName" : "endDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@return The end of the time period you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The end of the time period you want to see changes for.

                                                                                                  \n@param endDate The end of the time period you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DNSName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "rrSet_name", "marshallLocationName" : "rrSet_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  \n@param name The name of the RRSet that you want to see changes for.*/", "getterDocumentation" : "/**

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  \n@return The name of the RRSet that you want to see changes for.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  \n@param name The name of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the RRSet that you want to see changes for.

                                                                                                  \n@param name The name of the RRSet that you want to see changes for.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AssociateVPCWithHostedZoneRequest" : { "c2jName" : "AssociateVPCWithHostedZoneRequest", "documentation" : "

                                                                                                  A complex type that contains information about the request to associate a VPC with an hosted zone.

                                                                                                  ", "shapeName" : "AssociateVPCWithHostedZoneRequest", "deprecated" : false, "required" : [ "HostedZoneId", "VPC" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  \n@return The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  ", "name" : "VPC", "c2jName" : "VPC", "c2jShape" : "VPC", "variable" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "setterModel" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPC", "marshallLocationName" : "VPC", "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" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with.*/", "getterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  \n@return The VPC that you want your hosted zone to be associated with.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "AssociateVPCComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  \n@param comment Optional:
                                                                                                  Any comments you want to include about a AssociateVPCWithHostedZoneRequest*/", "getterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  \n@return Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest*/", "fluentSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "associateVPCWithHostedZoneRequest", "variableType" : "AssociateVPCWithHostedZoneRequest", "variableDeclarationType" : "AssociateVPCWithHostedZoneRequest", "documentation" : null, "simpleType" : "AssociateVPCWithHostedZoneRequest", "variableSetterType" : "AssociateVPCWithHostedZoneRequest" }, "marshaller" : { "action" : "AssociateVPCWithHostedZone", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}/associatevpc", "locationName" : "AssociateVPCWithHostedZoneRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Comment" : { "documentation" : "

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "AssociateVPCComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest*/", "getterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  \n@return Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest*/", "fluentSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a AssociateVPCWithHostedZoneRequest\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneId" : { "documentation" : "

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  \n@return The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to associate your VPC with.

                                                                                                  Note that you cannot associate a VPC with a hosted zone that doesn't have an existing VPC association.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VPC" : { "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  ", "name" : "VPC", "c2jName" : "VPC", "c2jShape" : "VPC", "variable" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "setterModel" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPC", "marshallLocationName" : "VPC", "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" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with.*/", "getterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  \n@return The VPC that you want your hosted zone to be associated with.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListResourceRecordSetsRequest" : { "c2jName" : "ListResourceRecordSetsRequest", "documentation" : "

                                                                                                  The input for a ListResourceRecordSets request.

                                                                                                  ", "shapeName" : "ListResourceRecordSetsRequest", "deprecated" : false, "required" : [ "HostedZoneId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to get.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  \n@return The ID of the hosted zone that contains the resource record sets that you want to get.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  ", "name" : "StartRecordName", "c2jName" : "StartRecordName", "c2jShape" : "DNSName", "variable" : { "variableName" : "startRecordName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startRecordName", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  \n@param startRecordName The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.*/", "getterDocumentation" : "/**

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  \n@return The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  \n@param startRecordName The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  \n@param startRecordName The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  ", "name" : "StartRecordType", "c2jName" : "StartRecordType", "c2jShape" : "RRType", "variable" : { "variableName" : "startRecordType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startRecordType", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RRType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  \n@param startRecordType The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  \n@return The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  \n@param startRecordType The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  \n@param startRecordType The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  ", "name" : "StartRecordIdentifier", "c2jName" : "StartRecordIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "variable" : { "variableName" : "startRecordIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startRecordIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identifier", "marshallLocationName" : "identifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  \n@param startRecordIdentifier Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier*/", "getterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  \n@return Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier*/", "fluentSetterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  \n@param startRecordIdentifier Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  \n@param startRecordIdentifier Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  \n@param maxItems The maximum number of records you want in the response body.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  \n@return The maximum number of records you want in the response body.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  \n@param maxItems The maximum number of records you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  \n@param maxItems The maximum number of records you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listResourceRecordSetsRequest", "variableType" : "ListResourceRecordSetsRequest", "variableDeclarationType" : "ListResourceRecordSetsRequest", "documentation" : null, "simpleType" : "ListResourceRecordSetsRequest", "variableSetterType" : "ListResourceRecordSetsRequest" }, "marshaller" : { "action" : "ListResourceRecordSets", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}/rrset", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HostedZoneId" : { "documentation" : "

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to get.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  \n@return The ID of the hosted zone that contains the resource record sets that you want to get.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone that contains the resource record sets that you want to get.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone that contains the resource record sets that you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartRecordType" : { "documentation" : "

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  ", "name" : "StartRecordType", "c2jName" : "StartRecordType", "c2jShape" : "RRType", "variable" : { "variableName" : "startRecordType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startRecordType", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RRType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  \n@param startRecordType The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  \n@return The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  \n@param startRecordType The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.

                                                                                                  \n@param startRecordType The DNS type at which to begin the listing of resource record sets.

                                                                                                  Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

                                                                                                  Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT

                                                                                                  Values for Alias Resource Record Sets: A | AAAA

                                                                                                  Constraint: Specifying type without specifying name returns an InvalidInput error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "StartRecordIdentifier" : { "documentation" : "

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  ", "name" : "StartRecordIdentifier", "c2jName" : "StartRecordIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "variable" : { "variableName" : "startRecordIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startRecordIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identifier", "marshallLocationName" : "identifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  \n@param startRecordIdentifier Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier*/", "getterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  \n@return Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier*/", "fluentSetterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  \n@param startRecordIdentifier Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier from the previous response to get the next resource record set that has the current DNS name and type.

                                                                                                  \n@param startRecordIdentifier Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of NextRecordIdentifier\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  \n@param maxItems The maximum number of records you want in the response body.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  \n@return The maximum number of records you want in the response body.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  \n@param maxItems The maximum number of records you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of records you want in the response body.

                                                                                                  \n@param maxItems The maximum number of records you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartRecordName" : { "documentation" : "

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  ", "name" : "StartRecordName", "c2jName" : "StartRecordName", "c2jShape" : "DNSName", "variable" : { "variableName" : "startRecordName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startRecordName", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  \n@param startRecordName The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.*/", "getterDocumentation" : "/**

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  \n@return The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  \n@param startRecordName The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.

                                                                                                  \n@param startRecordName The first name in the lexicographic ordering of domain names that you want the ListResourceRecordSets request to list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTrafficPolicyResult" : { "c2jName" : "DeleteTrafficPolicyResponse", "documentation" : "

                                                                                                  An empty element.

                                                                                                  ", "shapeName" : "DeleteTrafficPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteTrafficPolicyResult", "variableType" : "DeleteTrafficPolicyResult", "variableDeclarationType" : "DeleteTrafficPolicyResult", "documentation" : null, "simpleType" : "DeleteTrafficPolicyResult", "variableSetterType" : "DeleteTrafficPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListTrafficPoliciesRequest" : { "c2jName" : "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.

                                                                                                  ", "shapeName" : "ListTrafficPoliciesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  ", "name" : "TrafficPolicyIdMarker", "c2jName" : "TrafficPolicyIdMarker", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyid", "marshallLocationName" : "trafficpolicyid", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  \n@param trafficPolicyIdMarker For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.*/", "getterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  \n@return For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  \n@param trafficPolicyIdMarker For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  \n@param trafficPolicyIdMarker For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param maxItems The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@return The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param maxItems The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param maxItems The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTrafficPoliciesRequest", "variableType" : "ListTrafficPoliciesRequest", "variableDeclarationType" : "ListTrafficPoliciesRequest", "documentation" : null, "simpleType" : "ListTrafficPoliciesRequest", "variableSetterType" : "ListTrafficPoliciesRequest" }, "marshaller" : { "action" : "ListTrafficPolicies", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/trafficpolicies", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyIdMarker" : { "documentation" : "

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  ", "name" : "TrafficPolicyIdMarker", "c2jName" : "TrafficPolicyIdMarker", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyid", "marshallLocationName" : "trafficpolicyid", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  \n@param trafficPolicyIdMarker For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.*/", "getterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  \n@return For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  \n@param trafficPolicyIdMarker For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.

                                                                                                  \n@param trafficPolicyIdMarker For your first request to ListTrafficPolicies, do not include the TrafficPolicyIdMarker parameter.

                                                                                                  If you have more traffic policies than the value of MaxItems, ListTrafficPolicies returns only the first MaxItems traffic policies. To get the next group of MaxItems policies, submit another request to ListTrafficPolicies. For the value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker element that was returned in the previous response.

                                                                                                  Policies are listed in the order in which they were created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param maxItems The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@return The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param maxItems The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.

                                                                                                  \n@param maxItems The maximum number of traffic policies to be included in the response body for this request. If you have more than MaxItems traffic policies, the value of the IsTruncated element in the response is true, and the value of the TrafficPolicyIdMarker element is the ID of the first traffic policy in the next group of MaxItems traffic policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "VPC" : { "c2jName" : "VPC", "documentation" : "", "shapeName" : "VPC", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "VPCRegion", "c2jName" : "VPCRegion", "c2jShape" : "VPCRegion", "variable" : { "variableName" : "vPCRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCRegion", "marshallLocationName" : "VPCRegion", "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" : "VPCRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param vPCRegion \n@see VPCRegion*/", "getterDocumentation" : "/**\n@return \n@see VPCRegion*/", "fluentSetterDocumentation" : "/**\n@param vPCRegion \n@return Returns a reference to this object so that method calls can be chained together.\n@see VPCRegion*/", "varargSetterDocumentation" : "/**\n@param vPCRegion \n@return Returns a reference to this object so that method calls can be chained together.\n@see VPCRegion*/" }, { "documentation" : "", "name" : "VPCId", "c2jName" : "VPCId", "c2jShape" : "VPCId", "variable" : { "variableName" : "vPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCId", "marshallLocationName" : "VPCId", "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 vPCId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param vPCId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param vPCId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : null, "simpleType" : "VPC", "variableSetterType" : "VPC" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "VPCRegion" : { "documentation" : "", "name" : "VPCRegion", "c2jName" : "VPCRegion", "c2jShape" : "VPCRegion", "variable" : { "variableName" : "vPCRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCRegion", "marshallLocationName" : "VPCRegion", "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" : "VPCRegion", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param vPCRegion \n@see VPCRegion*/", "getterDocumentation" : "/**\n@return \n@see VPCRegion*/", "fluentSetterDocumentation" : "/**\n@param vPCRegion \n@return Returns a reference to this object so that method calls can be chained together.\n@see VPCRegion*/", "varargSetterDocumentation" : "/**\n@param vPCRegion \n@return Returns a reference to this object so that method calls can be chained together.\n@see VPCRegion*/" }, "VPCId" : { "documentation" : "", "name" : "VPCId", "c2jName" : "VPCId", "c2jShape" : "VPCId", "variable" : { "variableName" : "vPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vPCId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPCId", "marshallLocationName" : "VPCId", "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 vPCId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param vPCId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param vPCId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DelegationSetInUseException" : { "c2jName" : "DelegationSetInUse", "documentation" : "

                                                                                                  The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.

                                                                                                  ", "shapeName" : "DelegationSetInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "delegationSetInUseException", "variableType" : "DelegationSetInUseException", "variableDeclarationType" : "DelegationSetInUseException", "documentation" : null, "simpleType" : "DelegationSetInUseException", "variableSetterType" : "DelegationSetInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DelegationSetInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NoSuchDelegationSetException" : { "c2jName" : "NoSuchDelegationSet", "documentation" : "

                                                                                                  The specified delegation set does not exist.

                                                                                                  ", "shapeName" : "NoSuchDelegationSetException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchDelegationSetException", "variableType" : "NoSuchDelegationSetException", "variableDeclarationType" : "NoSuchDelegationSetException", "documentation" : null, "simpleType" : "NoSuchDelegationSetException", "variableSetterType" : "NoSuchDelegationSetException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchDelegationSet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetHealthCheckResult" : { "c2jName" : "GetHealthCheckResponse", "documentation" : "

                                                                                                  A complex type containing information about the specified health check.

                                                                                                  ", "shapeName" : "GetHealthCheckResult", "deprecated" : false, "required" : [ "HealthCheck" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  ", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "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" : "/**

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  \n@param healthCheck A complex type that contains the information about the specified health check.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  \n@return A complex type that contains the information about the specified health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  \n@param healthCheck A complex type that contains the information about the specified health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  \n@param healthCheck A complex type that contains the information about the specified health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getHealthCheckResult", "variableType" : "GetHealthCheckResult", "variableDeclarationType" : "GetHealthCheckResult", "documentation" : null, "simpleType" : "GetHealthCheckResult", "variableSetterType" : "GetHealthCheckResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheck" : { "documentation" : "

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  ", "name" : "HealthCheck", "c2jName" : "HealthCheck", "c2jShape" : "HealthCheck", "variable" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  ", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "setterModel" : { "variableName" : "healthCheck", "variableType" : "HealthCheck", "variableDeclarationType" : "HealthCheck", "documentation" : "", "simpleType" : "HealthCheck", "variableSetterType" : "HealthCheck" }, "getterModel" : { "returnType" : "HealthCheck", "documentation" : null }, "http" : { "unmarshallLocationName" : "HealthCheck", "marshallLocationName" : "HealthCheck", "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" : "/**

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  \n@param healthCheck A complex type that contains the information about the specified health check.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  \n@return A complex type that contains the information about the specified health check.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  \n@param healthCheck A complex type that contains the information about the specified health check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified health check.

                                                                                                  \n@param healthCheck A complex type that contains the information about the specified health check.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateHostedZoneResult" : { "c2jName" : "CreateHostedZoneResponse", "documentation" : "

                                                                                                  A complex type containing the response information for the new hosted zone.

                                                                                                  ", "shapeName" : "CreateHostedZoneResult", "deprecated" : false, "required" : [ "HostedZone", "ChangeInfo", "DelegationSet", "Location" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  ", "name" : "HostedZone", "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "variable" : { "variableName" : "hostedZone", "variableType" : "HostedZone", "variableDeclarationType" : "HostedZone", "documentation" : "

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  ", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "setterModel" : { "variableName" : "hostedZone", "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" : "/**

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains identifying information about the hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  \n@return A complex type that contains identifying information about the hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains identifying information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains identifying information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                  A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  \n@param changeInfo A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  \n@return A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  \n@param changeInfo A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.\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 request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  \n@param changeInfo A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that contains name server information.

                                                                                                  ", "name" : "DelegationSet", "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "variable" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "

                                                                                                  A complex type that contains name server information.

                                                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "setterModel" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSet", "marshallLocationName" : "DelegationSet", "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" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@return A complex type that contains name server information.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "VPC", "c2jName" : "VPC", "c2jShape" : "VPC", "variable" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "setterModel" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPC", "marshallLocationName" : "VPC", "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 vPC */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param vPC \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param vPC \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The unique URL representing the new hosted zone.

                                                                                                  ", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The unique URL representing the new hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 unique URL representing the new hosted zone.

                                                                                                  \n@param location The unique URL representing the new hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  The unique URL representing the new hosted zone.

                                                                                                  \n@return The unique URL representing the new hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new hosted zone.

                                                                                                  \n@param location The unique URL representing the new hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new hosted zone.

                                                                                                  \n@param location The unique URL representing the new hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createHostedZoneResult", "variableType" : "CreateHostedZoneResult", "variableDeclarationType" : "CreateHostedZoneResult", "documentation" : null, "simpleType" : "CreateHostedZoneResult", "variableSetterType" : "CreateHostedZoneResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HostedZone" : { "documentation" : "

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  ", "name" : "HostedZone", "c2jName" : "HostedZone", "c2jShape" : "HostedZone", "variable" : { "variableName" : "hostedZone", "variableType" : "HostedZone", "variableDeclarationType" : "HostedZone", "documentation" : "

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  ", "simpleType" : "HostedZone", "variableSetterType" : "HostedZone" }, "setterModel" : { "variableName" : "hostedZone", "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" : "/**

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains identifying information about the hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  \n@return A complex type that contains identifying information about the hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains identifying information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains identifying information about the hosted zone.

                                                                                                  \n@param hostedZone A complex type that contains identifying information about the hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChangeInfo" : { "documentation" : "

                                                                                                  A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                  A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                  A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  \n@param changeInfo A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  \n@return A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  \n@param changeInfo A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.\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 request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.

                                                                                                  \n@param changeInfo A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DelegationSet" : { "documentation" : "

                                                                                                  A complex type that contains name server information.

                                                                                                  ", "name" : "DelegationSet", "c2jName" : "DelegationSet", "c2jShape" : "DelegationSet", "variable" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "

                                                                                                  A complex type that contains name server information.

                                                                                                  ", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "setterModel" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : "", "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "getterModel" : { "returnType" : "DelegationSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSet", "marshallLocationName" : "DelegationSet", "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" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@return A complex type that contains name server information.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains name server information.

                                                                                                  \n@param delegationSet A complex type that contains name server information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VPC" : { "documentation" : "", "name" : "VPC", "c2jName" : "VPC", "c2jShape" : "VPC", "variable" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "setterModel" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPC", "marshallLocationName" : "VPC", "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 vPC */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param vPC \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param vPC \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "

                                                                                                  The unique URL representing the new hosted zone.

                                                                                                  ", "name" : "Location", "c2jName" : "Location", "c2jShape" : "ResourceURI", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The unique URL representing the new hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 unique URL representing the new hosted zone.

                                                                                                  \n@param location The unique URL representing the new hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  The unique URL representing the new hosted zone.

                                                                                                  \n@return The unique URL representing the new hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new hosted zone.

                                                                                                  \n@param location The unique URL representing the new hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The unique URL representing the new hosted zone.

                                                                                                  \n@param location The unique URL representing the new hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NoSuchHealthCheckException" : { "c2jName" : "NoSuchHealthCheck", "documentation" : "

                                                                                                  The health check you are trying to get or delete does not exist.

                                                                                                  ", "shapeName" : "NoSuchHealthCheckException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchHealthCheckException", "variableType" : "NoSuchHealthCheckException", "variableDeclarationType" : "NoSuchHealthCheckException", "documentation" : null, "simpleType" : "NoSuchHealthCheckException", "variableSetterType" : "NoSuchHealthCheckException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchHealthCheck", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DisassociateVPCFromHostedZoneRequest" : { "c2jName" : "DisassociateVPCFromHostedZoneRequest", "documentation" : "

                                                                                                  A complex type that contains information about the request to disassociate a VPC from an hosted zone.

                                                                                                  ", "shapeName" : "DisassociateVPCFromHostedZoneRequest", "deprecated" : false, "required" : [ "HostedZoneId", "VPC" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  \n@return The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  ", "name" : "VPC", "c2jName" : "VPC", "c2jShape" : "VPC", "variable" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "setterModel" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPC", "marshallLocationName" : "VPC", "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" : "/**

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be disassociated from.*/", "getterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  \n@return The VPC that you want your hosted zone to be disassociated from.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be disassociated from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be disassociated from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "DisassociateVPCComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest*/", "getterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@return Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest*/", "fluentSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "disassociateVPCFromHostedZoneRequest", "variableType" : "DisassociateVPCFromHostedZoneRequest", "variableDeclarationType" : "DisassociateVPCFromHostedZoneRequest", "documentation" : null, "simpleType" : "DisassociateVPCFromHostedZoneRequest", "variableSetterType" : "DisassociateVPCFromHostedZoneRequest" }, "marshaller" : { "action" : "DisassociateVPCFromHostedZone", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/hostedzone/{Id}/disassociatevpc", "locationName" : "DisassociateVPCFromHostedZoneRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Comment" : { "documentation" : "

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  ", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "DisassociateVPCComment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest*/", "getterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@return Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest*/", "fluentSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

                                                                                                  \n@param comment Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneId" : { "documentation" : "

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  \n@return The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone you want to disassociate your VPC from.

                                                                                                  Note that you cannot disassociate the last VPC from a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VPC" : { "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  ", "name" : "VPC", "c2jName" : "VPC", "c2jShape" : "VPC", "variable" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "setterModel" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPC", "marshallLocationName" : "VPC", "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" : "/**

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be disassociated from.*/", "getterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  \n@return The VPC that you want your hosted zone to be disassociated from.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be disassociated from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be disassociated from.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be disassociated from.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetGeoLocationResult" : { "c2jName" : "GetGeoLocationResponse", "documentation" : "

                                                                                                  A complex type containing information about the specified geo location.

                                                                                                  ", "shapeName" : "GetGeoLocationResult", "deprecated" : false, "required" : [ "GeoLocationDetails" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  ", "name" : "GeoLocationDetails", "c2jName" : "GeoLocationDetails", "c2jShape" : "GeoLocationDetails", "variable" : { "variableName" : "geoLocationDetails", "variableType" : "GeoLocationDetails", "variableDeclarationType" : "GeoLocationDetails", "documentation" : "

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  ", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "setterModel" : { "variableName" : "geoLocationDetails", "variableType" : "GeoLocationDetails", "variableDeclarationType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "getterModel" : { "returnType" : "GeoLocationDetails", "documentation" : null }, "http" : { "unmarshallLocationName" : "GeoLocationDetails", "marshallLocationName" : "GeoLocationDetails", "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" : "/**

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  \n@param geoLocationDetails A complex type that contains the information about the specified geo location.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  \n@return A complex type that contains the information about the specified geo location.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  \n@param geoLocationDetails A complex type that contains the information about the specified geo location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  \n@param geoLocationDetails A complex type that contains the information about the specified geo location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getGeoLocationResult", "variableType" : "GetGeoLocationResult", "variableDeclarationType" : "GetGeoLocationResult", "documentation" : null, "simpleType" : "GetGeoLocationResult", "variableSetterType" : "GetGeoLocationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "GeoLocationDetails" : { "documentation" : "

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  ", "name" : "GeoLocationDetails", "c2jName" : "GeoLocationDetails", "c2jShape" : "GeoLocationDetails", "variable" : { "variableName" : "geoLocationDetails", "variableType" : "GeoLocationDetails", "variableDeclarationType" : "GeoLocationDetails", "documentation" : "

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  ", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "setterModel" : { "variableName" : "geoLocationDetails", "variableType" : "GeoLocationDetails", "variableDeclarationType" : "GeoLocationDetails", "documentation" : "", "simpleType" : "GeoLocationDetails", "variableSetterType" : "GeoLocationDetails" }, "getterModel" : { "returnType" : "GeoLocationDetails", "documentation" : null }, "http" : { "unmarshallLocationName" : "GeoLocationDetails", "marshallLocationName" : "GeoLocationDetails", "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" : "/**

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  \n@param geoLocationDetails A complex type that contains the information about the specified geo location.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  \n@return A complex type that contains the information about the specified geo location.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  \n@param geoLocationDetails A complex type that contains the information about the specified geo location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains the information about the specified geo location.

                                                                                                  \n@param geoLocationDetails A complex type that contains the information about the specified geo location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "documentation" : "

                                                                                                  A complex type containing information about a request for a list of the tags that are associated with an individual resource.

                                                                                                  ", "shapeName" : "ListTagsForResourceRequest", "deprecated" : false, "required" : [ "ResourceType", "ResourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TagResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@return The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/" }, { "documentation" : "

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to retrieve tags.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  \n@return The ID of the resource for which you want to retrieve tags.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to retrieve tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to retrieve tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "variableDeclarationType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "marshaller" : { "action" : "ListTagsForResource", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/tags/{ResourceType}/{ResourceId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "TagResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to retrieve tags.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  \n@return The ID of the resource for which you want to retrieve tags.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to retrieve tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the resource for which you want to retrieve tags.

                                                                                                  \n@param resourceId The ID of the resource for which you want to retrieve tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceType" : { "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "name" : "ResourceType", "c2jName" : "ResourceType", "c2jShape" : "TagResourceType", "variable" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceType", "marshallLocationName" : "ResourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TagResourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "getterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@return The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@see TagResourceType*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/", "varargSetterDocumentation" : "/**

                                                                                                  The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.

                                                                                                  \n@param resourceType The type of the resource.

                                                                                                  - The resource type for health checks is healthcheck.

                                                                                                  - The resource type for hosted zones is hostedzone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagResourceType*/" } } }, "ListTrafficPolicyInstancesByHostedZoneRequest" : { "c2jName" : "ListTrafficPolicyInstancesByHostedZoneRequest", "documentation" : "

                                                                                                  A request for the traffic policy instances that you created in a specified hosted zone.

                                                                                                  ", "shapeName" : "ListTrafficPolicyInstancesByHostedZoneRequest", "deprecated" : false, "required" : [ "HostedZoneId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone for which you want to list traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  \n@return The ID of the hosted zone for which you want to list traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone for which you want to list traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone for which you want to list traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancename", "marshallLocationName" : "trafficpolicyinstancename", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "getterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@return For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancetype", "marshallLocationName" : "trafficpolicyinstancetype", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RRType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@return For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@return The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTrafficPolicyInstancesByHostedZoneRequest", "variableType" : "ListTrafficPolicyInstancesByHostedZoneRequest", "variableDeclarationType" : "ListTrafficPolicyInstancesByHostedZoneRequest", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesByHostedZoneRequest", "variableSetterType" : "ListTrafficPolicyInstancesByHostedZoneRequest" }, "marshaller" : { "action" : "ListTrafficPolicyInstancesByHostedZone", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/trafficpolicyinstances/hostedzone", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyInstanceNameMarker" : { "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancename", "marshallLocationName" : "trafficpolicyinstancename", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "getterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@return For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.*/", "fluentSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.

                                                                                                  \n@param trafficPolicyInstanceNameMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  If the value of IsTruncated in the previous response was false, omit this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneId" : { "documentation" : "

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone for which you want to list traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  \n@return The ID of the hosted zone for which you want to list traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone for which you want to list traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the hosted zone for which you want to list traffic policy instances.

                                                                                                  \n@param hostedZoneId The ID of the hosted zone for which you want to list traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyInstanceTypeMarker" : { "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "trafficpolicyinstancetype", "marshallLocationName" : "trafficpolicyinstancetype", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RRType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@return For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.

                                                                                                  \n@param trafficPolicyInstanceTypeMarker For the first request to ListTrafficPolicyInstancesByHostedZone, omit this value.

                                                                                                  If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker is the DNS type of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  If the value of IsTruncated in the previous response was false, there are no more traffic policy instances to get for this hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  ", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@return The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                  \n@param maxItems The maximum number of traffic policy instances to be included in the response body for this request. If you have more than MaxItems traffic policy instances, the value of the IsTruncated element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetTrafficPolicyInstanceCountRequest" : { "c2jName" : "GetTrafficPolicyInstanceCountRequest", "documentation" : "

                                                                                                  To retrieve a count of all your traffic policy instances, send a GET request to the /Route 53 API version/trafficpolicyinstancecount resource.

                                                                                                  ", "shapeName" : "GetTrafficPolicyInstanceCountRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getTrafficPolicyInstanceCountRequest", "variableType" : "GetTrafficPolicyInstanceCountRequest", "variableDeclarationType" : "GetTrafficPolicyInstanceCountRequest", "documentation" : null, "simpleType" : "GetTrafficPolicyInstanceCountRequest", "variableSetterType" : "GetTrafficPolicyInstanceCountRequest" }, "marshaller" : { "action" : "GetTrafficPolicyInstanceCount", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/trafficpolicyinstancecount", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListResourceRecordSetsResult" : { "c2jName" : "ListResourceRecordSetsResponse", "documentation" : "

                                                                                                  A complex type that contains information about the resource record sets that are returned by the request and information about the response.

                                                                                                  ", "shapeName" : "ListResourceRecordSetsResult", "deprecated" : false, "required" : [ "ResourceRecordSets", "IsTruncated", "MaxItems" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains information about the resource record sets that are returned by the request.

                                                                                                  ", "name" : "ResourceRecordSets", "c2jName" : "ResourceRecordSets", "c2jShape" : "ResourceRecordSets", "variable" : { "variableName" : "resourceRecordSets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains information about the resource record sets that are returned by the request.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceRecordSets", "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" : "ResourceRecordSets", "marshallLocationName" : "ResourceRecordSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ResourceRecordSet", "memberLocationName" : "ResourceRecordSet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceRecordSet", "variable" : { "variableName" : "member", "variableType" : "ResourceRecordSet", "variableDeclarationType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "setterModel" : { "variableName" : "member", "variableType" : "ResourceRecordSet", "variableDeclarationType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "getterModel" : { "returnType" : "ResourceRecordSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceRecordSet", "marshallLocationName" : "ResourceRecordSet", "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" : "ResourceRecordSet", "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 resource record sets that are returned by the request.

                                                                                                  \n@param resourceRecordSets A complex type that contains information about the resource record sets that are returned by the request.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the resource record sets that are returned by the request.

                                                                                                  \n@return A complex type that contains information about the resource record sets that are returned by the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the resource record sets that are returned by the request.

                                                                                                  \n@param resourceRecordSets A complex type that contains information about the resource record sets that are returned by the request.\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 resource record sets that are returned by the request.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceRecordSets(java.util.Collection)} or {@link #withResourceRecordSets(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param resourceRecordSets A complex type that contains information about the resource record sets that are returned by the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "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 that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  ", "name" : "NextRecordName", "c2jName" : "NextRecordName", "c2jShape" : "DNSName", "variable" : { "variableName" : "nextRecordName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextRecordName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextRecordName", "marshallLocationName" : "NextRecordName", "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 results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordName If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.*/", "getterDocumentation" : "/**

                                                                                                  If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@return If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordName If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordName If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  ", "name" : "NextRecordType", "c2jName" : "NextRecordType", "c2jShape" : "RRType", "variable" : { "variableName" : "nextRecordType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextRecordType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextRecordType", "marshallLocationName" : "NextRecordType", "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" : "/**

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordType If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@return If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordType If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordType If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  ", "name" : "NextRecordIdentifier", "c2jName" : "NextRecordIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "variable" : { "variableName" : "nextRecordIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextRecordIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextRecordIdentifier", "marshallLocationName" : "NextRecordIdentifier", "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: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  \n@param nextRecordIdentifier Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier*/", "getterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  \n@return Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier*/", "fluentSetterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  \n@param nextRecordIdentifier Weighted resource record sets only: If results were truncated for a given 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 resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  \n@param nextRecordIdentifier Weighted resource record sets only: If results were truncated for a given 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" : "

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  ", "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 records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@return The maximum number of records you requested. The maximum value of MaxItems is 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listResourceRecordSetsResult", "variableType" : "ListResourceRecordSetsResult", "variableDeclarationType" : "ListResourceRecordSetsResult", "documentation" : null, "simpleType" : "ListResourceRecordSetsResult", "variableSetterType" : "ListResourceRecordSetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextRecordIdentifier" : { "documentation" : "

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  ", "name" : "NextRecordIdentifier", "c2jName" : "NextRecordIdentifier", "c2jShape" : "ResourceRecordSetIdentifier", "variable" : { "variableName" : "nextRecordIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextRecordIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextRecordIdentifier", "marshallLocationName" : "NextRecordIdentifier", "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: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  \n@param nextRecordIdentifier Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier*/", "getterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  \n@return Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier*/", "fluentSetterDocumentation" : "/**

                                                                                                  Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  \n@param nextRecordIdentifier Weighted resource record sets only: If results were truncated for a given 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 resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

                                                                                                  \n@param nextRecordIdentifier Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextRecordType" : { "documentation" : "

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  ", "name" : "NextRecordType", "c2jName" : "NextRecordType", "c2jShape" : "RRType", "variable" : { "variableName" : "nextRecordType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextRecordType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextRecordType", "marshallLocationName" : "NextRecordType", "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" : "/**

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordType If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@return If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordType If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordType If the results were truncated, the type of the next record in the list. This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "NextRecordName" : { "documentation" : "

                                                                                                  If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  ", "name" : "NextRecordName", "c2jName" : "NextRecordName", "c2jShape" : "DNSName", "variable" : { "variableName" : "nextRecordName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextRecordName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextRecordName", "marshallLocationName" : "NextRecordName", "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 results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordName If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.*/", "getterDocumentation" : "/**

                                                                                                  If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@return If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordName If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.

                                                                                                  \n@param nextRecordName If the results were truncated, the name of the next record in the list. This element is present only if IsTruncated is true.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsTruncated" : { "documentation" : "

                                                                                                  A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  ", "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 that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@return A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false

                                                                                                  \n@param isTruncated A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the NextRecordName element.

                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceRecordSets" : { "documentation" : "

                                                                                                  A complex type that contains information about the resource record sets that are returned by the request.

                                                                                                  ", "name" : "ResourceRecordSets", "c2jName" : "ResourceRecordSets", "c2jShape" : "ResourceRecordSets", "variable" : { "variableName" : "resourceRecordSets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A complex type that contains information about the resource record sets that are returned by the request.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "resourceRecordSets", "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" : "ResourceRecordSets", "marshallLocationName" : "ResourceRecordSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ResourceRecordSet", "memberLocationName" : "ResourceRecordSet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceRecordSet", "variable" : { "variableName" : "member", "variableType" : "ResourceRecordSet", "variableDeclarationType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "setterModel" : { "variableName" : "member", "variableType" : "ResourceRecordSet", "variableDeclarationType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "getterModel" : { "returnType" : "ResourceRecordSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceRecordSet", "marshallLocationName" : "ResourceRecordSet", "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" : "ResourceRecordSet", "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 resource record sets that are returned by the request.

                                                                                                  \n@param resourceRecordSets A complex type that contains information about the resource record sets that are returned by the request.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the resource record sets that are returned by the request.

                                                                                                  \n@return A complex type that contains information about the resource record sets that are returned by the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the resource record sets that are returned by the request.

                                                                                                  \n@param resourceRecordSets A complex type that contains information about the resource record sets that are returned by the request.\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 resource record sets that are returned by the request.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setResourceRecordSets(java.util.Collection)} or {@link #withResourceRecordSets(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param resourceRecordSets A complex type that contains information about the resource record sets that are returned by the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  ", "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 records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.*/", "getterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@return The maximum number of records you requested. The maximum value of MaxItems is 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The maximum number of records you requested. The maximum value of MaxItems is 100.

                                                                                                  \n@param maxItems The maximum number of records you requested. The maximum value of MaxItems is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetHealthCheckStatusRequest" : { "c2jName" : "GetHealthCheckStatusRequest", "documentation" : "

                                                                                                  A complex type that contains information about the request to get health check status for a health check.

                                                                                                  ", "shapeName" : "GetHealthCheckStatusRequest", "deprecated" : false, "required" : [ "HealthCheckId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.", "name" : "HealthCheckId", "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "healthCheckId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.", "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" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@param healthCheckId If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.*/", "getterDocumentation" : "/**

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@return If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@param healthCheckId If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@param healthCheckId If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getHealthCheckStatusRequest", "variableType" : "GetHealthCheckStatusRequest", "variableDeclarationType" : "GetHealthCheckStatusRequest", "documentation" : null, "simpleType" : "GetHealthCheckStatusRequest", "variableSetterType" : "GetHealthCheckStatusRequest" }, "marshaller" : { "action" : "GetHealthCheckStatus", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/healthcheck/{HealthCheckId}/status", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HealthCheckId" : { "documentation" : "

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.", "name" : "HealthCheckId", "c2jName" : "HealthCheckId", "c2jShape" : "HealthCheckId", "variable" : { "variableName" : "healthCheckId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.", "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" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@param healthCheckId If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.*/", "getterDocumentation" : "/**

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@return If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@param healthCheckId If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@param healthCheckId If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

                                                                                                  Amazon Route 53 determines whether a resource record set is healthy by periodically sending a request to the endpoint that is specified in the health check. If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint is healthy. If the endpoint returns an HTTP status code of 400 or greater, or if the endpoint doesn't respond for a certain amount of time, Amazon Route 53 considers the endpoint unhealthy and also considers the resource record set unhealthy.

                                                                                                  The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

                                                                                                  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
                                                                                                  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. For more information about this configuration, see EvaluateTargetHealth.

                                                                                                    Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

                                                                                                  For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

                                                                                                  If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (example.com).

                                                                                                  In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetChangeDetailsResult" : { "c2jName" : "GetChangeDetailsResponse", "documentation" : "

                                                                                                  A complex type that contains the ChangeBatchRecord element.

                                                                                                  ", "shapeName" : "GetChangeDetailsResult", "deprecated" : true, "required" : [ "ChangeBatchRecord" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  ", "name" : "ChangeBatchRecord", "c2jName" : "ChangeBatchRecord", "c2jShape" : "ChangeBatchRecord", "variable" : { "variableName" : "changeBatchRecord", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  ", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "setterModel" : { "variableName" : "changeBatchRecord", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeBatchRecord", "marshallLocationName" : "ChangeBatchRecord", "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" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  \n@param changeBatchRecord A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  \n@return A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  \n@param changeBatchRecord A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.\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 specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  \n@param changeBatchRecord A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getChangeDetailsResult", "variableType" : "GetChangeDetailsResult", "variableDeclarationType" : "GetChangeDetailsResult", "documentation" : null, "simpleType" : "GetChangeDetailsResult", "variableSetterType" : "GetChangeDetailsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeBatchRecord" : { "documentation" : "

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  ", "name" : "ChangeBatchRecord", "c2jName" : "ChangeBatchRecord", "c2jShape" : "ChangeBatchRecord", "variable" : { "variableName" : "changeBatchRecord", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  ", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "setterModel" : { "variableName" : "changeBatchRecord", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeBatchRecord", "marshallLocationName" : "ChangeBatchRecord", "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" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  \n@param changeBatchRecord A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  \n@return A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  \n@param changeBatchRecord A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.\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 specified change batch, including the change batch ID, the status of the change, and the contained changes.

                                                                                                  \n@param changeBatchRecord A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetCheckerIpRangesRequest" : { "c2jName" : "GetCheckerIpRangesRequest", "documentation" : "

                                                                                                  Empty request.

                                                                                                  ", "shapeName" : "GetCheckerIpRangesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getCheckerIpRangesRequest", "variableType" : "GetCheckerIpRangesRequest", "variableDeclarationType" : "GetCheckerIpRangesRequest", "documentation" : null, "simpleType" : "GetCheckerIpRangesRequest", "variableSetterType" : "GetCheckerIpRangesRequest" }, "marshaller" : { "action" : "GetCheckerIpRanges", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/checkeripranges", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TooManyTrafficPolicyInstancesException" : { "c2jName" : "TooManyTrafficPolicyInstances", "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.

                                                                                                  ", "shapeName" : "TooManyTrafficPolicyInstancesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyTrafficPolicyInstancesException", "variableType" : "TooManyTrafficPolicyInstancesException", "variableDeclarationType" : "TooManyTrafficPolicyInstancesException", "documentation" : null, "simpleType" : "TooManyTrafficPolicyInstancesException", "variableSetterType" : "TooManyTrafficPolicyInstancesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyTrafficPolicyInstances", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetHealthCheckCountRequest" : { "c2jName" : "GetHealthCheckCountRequest", "documentation" : "

                                                                                                  To retrieve a count of all your health checks, send a GET request to the /Route 53 API version/healthcheckcount resource.

                                                                                                  ", "shapeName" : "GetHealthCheckCountRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getHealthCheckCountRequest", "variableType" : "GetHealthCheckCountRequest", "variableDeclarationType" : "GetHealthCheckCountRequest", "documentation" : null, "simpleType" : "GetHealthCheckCountRequest", "variableSetterType" : "GetHealthCheckCountRequest" }, "marshaller" : { "action" : "GetHealthCheckCount", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/healthcheckcount", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateHostedZoneRequest" : { "c2jName" : "CreateHostedZoneRequest", "documentation" : "

                                                                                                  A complex type that contains information about the request to create a hosted zone.

                                                                                                  ", "shapeName" : "CreateHostedZoneRequest", "deprecated" : false, "required" : [ "Name", "CallerReference" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DNSName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  ", "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. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.*/", "getterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@return The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  ", "name" : "VPC", "c2jName" : "VPC", "c2jShape" : "VPC", "variable" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "setterModel" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPC", "marshallLocationName" : "VPC", "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" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.*/", "getterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  \n@return The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  ", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "Nonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "getterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@return A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  ", "name" : "HostedZoneConfig", "c2jName" : "HostedZoneConfig", "c2jShape" : "HostedZoneConfig", "variable" : { "variableName" : "hostedZoneConfig", "variableType" : "HostedZoneConfig", "variableDeclarationType" : "HostedZoneConfig", "documentation" : "

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  ", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "setterModel" : { "variableName" : "hostedZoneConfig", "variableType" : "HostedZoneConfig", "variableDeclarationType" : "HostedZoneConfig", "documentation" : "", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "getterModel" : { "returnType" : "HostedZoneConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "HostedZoneConfig", "marshallLocationName" : "HostedZoneConfig", "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" : "/**

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  \n@param hostedZoneConfig A complex type that contains an optional comment about your hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  \n@return A complex type that contains an optional comment about your hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  \n@param hostedZoneConfig A complex type that contains an optional comment about your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  \n@param hostedZoneConfig A complex type that contains an optional comment about your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  ", "name" : "DelegationSetId", "c2jName" : "DelegationSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "delegationSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "delegationSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSetId", "marshallLocationName" : "DelegationSetId", "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 delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  \n@param delegationSetId The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  \n@return The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  \n@param delegationSetId The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  \n@param delegationSetId The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createHostedZoneRequest", "variableType" : "CreateHostedZoneRequest", "variableDeclarationType" : "CreateHostedZoneRequest", "documentation" : null, "simpleType" : "CreateHostedZoneRequest", "variableSetterType" : "CreateHostedZoneRequest" }, "marshaller" : { "action" : "CreateHostedZone", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/hostedzone", "locationName" : "CreateHostedZoneRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DelegationSetId" : { "documentation" : "

                                                                                                  The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  ", "name" : "DelegationSetId", "c2jName" : "DelegationSetId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "delegationSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "delegationSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DelegationSetId", "marshallLocationName" : "DelegationSetId", "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 delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  \n@param delegationSetId The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  \n@return The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  \n@param delegationSetId The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.

                                                                                                  \n@param delegationSetId The delegation set id of the reusable delgation set whose NS records you want to assign to the new hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VPC" : { "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  ", "name" : "VPC", "c2jName" : "VPC", "c2jShape" : "VPC", "variable" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  ", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "setterModel" : { "variableName" : "vPC", "variableType" : "VPC", "variableDeclarationType" : "VPC", "documentation" : "", "simpleType" : "VPC", "variableSetterType" : "VPC" }, "getterModel" : { "returnType" : "VPC", "documentation" : null }, "http" : { "unmarshallLocationName" : "VPC", "marshallLocationName" : "VPC", "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" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.*/", "getterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  \n@return The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.

                                                                                                  \n@param vPC The VPC that you want your hosted zone to be associated with. By providing this parameter, your newly created hosted cannot be resolved anywhere other than the given VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CallerReference" : { "documentation" : "

                                                                                                  A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  ", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "Nonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "getterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@return A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneConfig" : { "documentation" : "

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  ", "name" : "HostedZoneConfig", "c2jName" : "HostedZoneConfig", "c2jShape" : "HostedZoneConfig", "variable" : { "variableName" : "hostedZoneConfig", "variableType" : "HostedZoneConfig", "variableDeclarationType" : "HostedZoneConfig", "documentation" : "

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  ", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "setterModel" : { "variableName" : "hostedZoneConfig", "variableType" : "HostedZoneConfig", "variableDeclarationType" : "HostedZoneConfig", "documentation" : "", "simpleType" : "HostedZoneConfig", "variableSetterType" : "HostedZoneConfig" }, "getterModel" : { "returnType" : "HostedZoneConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "HostedZoneConfig", "marshallLocationName" : "HostedZoneConfig", "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" : "/**

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  \n@param hostedZoneConfig A complex type that contains an optional comment about your hosted zone.*/", "getterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  \n@return A complex type that contains an optional comment about your hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  \n@param hostedZoneConfig A complex type that contains an optional comment about your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A complex type that contains an optional comment about your hosted zone.

                                                                                                  \n@param hostedZoneConfig A complex type that contains an optional comment about your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DNSName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  ", "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. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.*/", "getterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@return The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

                                                                                                  \n@param name The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

                                                                                                  This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteHealthCheckResult" : { "c2jName" : "DeleteHealthCheckResponse", "documentation" : "

                                                                                                  Empty response for the request.

                                                                                                  ", "shapeName" : "DeleteHealthCheckResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteHealthCheckResult", "variableType" : "DeleteHealthCheckResult", "variableDeclarationType" : "DeleteHealthCheckResult", "documentation" : null, "simpleType" : "DeleteHealthCheckResult", "variableSetterType" : "DeleteHealthCheckResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Change" : { "c2jName" : "Change", "documentation" : "

                                                                                                  A complex type that contains the information for each change in a change batch request.

                                                                                                  ", "shapeName" : "Change", "deprecated" : false, "required" : [ "Action", "ResourceRecordSet" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The action to perform:

                                                                                                  • CREATE: Creates a resource record set that has the specified values.
                                                                                                  • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                  • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The action to perform:

                                                                                                  • CREATE: Creates a resource record set that has the specified values.
                                                                                                  • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                  • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "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" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The action to perform:

                                                                                                  • CREATE: Creates a resource record set that has the specified values.
                                                                                                  • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                  • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                  \n@param action The action to perform:

                                                                                                  • CREATE: Creates a resource record set that has the specified values.
                                                                                                  • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                  • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                  • \n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                    The action to perform:

                                                                                                    • CREATE: Creates a resource record set that has the specified values.
                                                                                                    • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                    • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                    \n@return The action to perform:

                                                                                                    • CREATE: Creates a resource record set that has the specified values.
                                                                                                    • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                    • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                    • \n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                      The action to perform:

                                                                                                      • CREATE: Creates a resource record set that has the specified values.
                                                                                                      • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                      • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                      \n@param action The action to perform:

                                                                                                      • CREATE: Creates a resource record set that has the specified values.
                                                                                                      • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                      • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                        The action to perform:

                                                                                                        • CREATE: Creates a resource record set that has the specified values.
                                                                                                        • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                        • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                        \n@param action The action to perform:

                                                                                                        • CREATE: Creates a resource record set that has the specified values.
                                                                                                        • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                        • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/" }, { "documentation" : "

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          ", "name" : "ResourceRecordSet", "c2jName" : "ResourceRecordSet", "c2jShape" : "ResourceRecordSet", "variable" : { "variableName" : "resourceRecordSet", "variableType" : "ResourceRecordSet", "variableDeclarationType" : "ResourceRecordSet", "documentation" : "

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          ", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "setterModel" : { "variableName" : "resourceRecordSet", "variableType" : "ResourceRecordSet", "variableDeclarationType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "getterModel" : { "returnType" : "ResourceRecordSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceRecordSet", "marshallLocationName" : "ResourceRecordSet", "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" : "/**

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          \n@param resourceRecordSet Information about the resource record set to create or delete.*/", "getterDocumentation" : "/**

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          \n@return Information about the resource record set to create or delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          \n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          \n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "change", "variableType" : "Change", "variableDeclarationType" : "Change", "documentation" : null, "simpleType" : "Change", "variableSetterType" : "Change" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceRecordSet" : { "documentation" : "

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          ", "name" : "ResourceRecordSet", "c2jName" : "ResourceRecordSet", "c2jShape" : "ResourceRecordSet", "variable" : { "variableName" : "resourceRecordSet", "variableType" : "ResourceRecordSet", "variableDeclarationType" : "ResourceRecordSet", "documentation" : "

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          ", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "setterModel" : { "variableName" : "resourceRecordSet", "variableType" : "ResourceRecordSet", "variableDeclarationType" : "ResourceRecordSet", "documentation" : "", "simpleType" : "ResourceRecordSet", "variableSetterType" : "ResourceRecordSet" }, "getterModel" : { "returnType" : "ResourceRecordSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceRecordSet", "marshallLocationName" : "ResourceRecordSet", "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" : "/**

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          \n@param resourceRecordSet Information about the resource record set to create or delete.*/", "getterDocumentation" : "/**

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          \n@return Information about the resource record set to create or delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          \n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          Information about the resource record set to create or delete.

                                                                                                          \n@param resourceRecordSet Information about the resource record set to create or delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Action" : { "documentation" : "

                                                                                                          The action to perform:

                                                                                                          • CREATE: Creates a resource record set that has the specified values.
                                                                                                          • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                          • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                          ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ChangeAction", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The action to perform:

                                                                                                          • CREATE: Creates a resource record set that has the specified values.
                                                                                                          • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                          • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "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" : "ChangeAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                          The action to perform:

                                                                                                          • CREATE: Creates a resource record set that has the specified values.
                                                                                                          • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                          • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                          \n@param action The action to perform:

                                                                                                          • CREATE: Creates a resource record set that has the specified values.
                                                                                                          • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                          • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                          • \n@see ChangeAction*/", "getterDocumentation" : "/**

                                                                                                            The action to perform:

                                                                                                            • CREATE: Creates a resource record set that has the specified values.
                                                                                                            • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                            • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                            \n@return The action to perform:

                                                                                                            • CREATE: Creates a resource record set that has the specified values.
                                                                                                            • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                            • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                            • \n@see ChangeAction*/", "fluentSetterDocumentation" : "/**

                                                                                                              The action to perform:

                                                                                                              • CREATE: Creates a resource record set that has the specified values.
                                                                                                              • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                              • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                              \n@param action The action to perform:

                                                                                                              • CREATE: Creates a resource record set that has the specified values.
                                                                                                              • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                              • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/", "varargSetterDocumentation" : "/**

                                                                                                                The action to perform:

                                                                                                                • CREATE: Creates a resource record set that has the specified values.
                                                                                                                • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                                • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                                \n@param action The action to perform:

                                                                                                                • CREATE: Creates a resource record set that has the specified values.
                                                                                                                • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
                                                                                                                • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).
                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeAction*/" } } }, "AssociateVPCWithHostedZoneResult" : { "c2jName" : "AssociateVPCWithHostedZoneResponse", "documentation" : "

                                                                                                                  A complex type containing the response information for the request.

                                                                                                                  ", "shapeName" : "AssociateVPCWithHostedZoneResult", "deprecated" : false, "required" : [ "ChangeInfo" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  \n@return A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "associateVPCWithHostedZoneResult", "variableType" : "AssociateVPCWithHostedZoneResult", "variableDeclarationType" : "AssociateVPCWithHostedZoneResult", "documentation" : null, "simpleType" : "AssociateVPCWithHostedZoneResult", "variableSetterType" : "AssociateVPCWithHostedZoneResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ChangeInfo" : { "documentation" : "

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  ", "name" : "ChangeInfo", "c2jName" : "ChangeInfo", "c2jShape" : "ChangeInfo", "variable" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  ", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "setterModel" : { "variableName" : "changeInfo", "variableType" : "ChangeInfo", "variableDeclarationType" : "ChangeInfo", "documentation" : "", "simpleType" : "ChangeInfo", "variableSetterType" : "ChangeInfo" }, "getterModel" : { "returnType" : "ChangeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeInfo", "marshallLocationName" : "ChangeInfo", "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" : "/**

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  \n@return A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.

                                                                                                                  \n@param changeInfo A complex type that contains the ID, the status, and the date and time of your AssociateVPCWithHostedZoneRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListHealthChecksRequest" : { "c2jName" : "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.", "shapeName" : "ListHealthChecksRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  Specify the maximum number of health checks to return per page of results.

                                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Specify the maximum number of health checks to return per 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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  Specify the maximum number of health checks to return per page of results.

                                                                                                                  \n@param maxItems Specify the maximum number of health checks to return per page of results.*/", "getterDocumentation" : "/**

                                                                                                                  Specify the maximum number of health checks to return per page of results.

                                                                                                                  \n@return Specify the maximum number of health checks to return per page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Specify the maximum number of health checks to return per page of results.

                                                                                                                  \n@param maxItems Specify the maximum number of health checks to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Specify the maximum number of health checks to return per page of results.

                                                                                                                  \n@param maxItems Specify the maximum number of health checks to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listHealthChecksRequest", "variableType" : "ListHealthChecksRequest", "variableDeclarationType" : "ListHealthChecksRequest", "documentation" : null, "simpleType" : "ListHealthChecksRequest", "variableSetterType" : "ListHealthChecksRequest" }, "marshaller" : { "action" : "ListHealthChecks", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/healthcheck", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "getterDocumentation" : "/**

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  \n@return If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

                                                                                                                  \n@param marker If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                                  Specify the maximum number of health checks to return per page of results.

                                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Specify the maximum number of health checks to return per 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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  Specify the maximum number of health checks to return per page of results.

                                                                                                                  \n@param maxItems Specify the maximum number of health checks to return per page of results.*/", "getterDocumentation" : "/**

                                                                                                                  Specify the maximum number of health checks to return per page of results.

                                                                                                                  \n@return Specify the maximum number of health checks to return per page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Specify the maximum number of health checks to return per page of results.

                                                                                                                  \n@param maxItems Specify the maximum number of health checks to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Specify the maximum number of health checks to return per page of results.

                                                                                                                  \n@param maxItems Specify the maximum number of health checks to return per page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StatusReport" : { "c2jName" : "StatusReport", "documentation" : "

                                                                                                                  A complex type that contains information about the health check status for the current observation.

                                                                                                                  ", "shapeName" : "StatusReport", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The observed health check status.

                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "Status", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The observed health check status.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "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 observed health check status.

                                                                                                                  \n@param status The observed health check status.*/", "getterDocumentation" : "/**

                                                                                                                  The observed health check status.

                                                                                                                  \n@return The observed health check status.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The observed health check status.

                                                                                                                  \n@param status The observed health check status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The observed health check status.

                                                                                                                  \n@param status The observed health check status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  ", "name" : "CheckedTime", "c2jName" : "CheckedTime", "c2jShape" : "TimeStamp", "variable" : { "variableName" : "checkedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                  The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "checkedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CheckedTime", "marshallLocationName" : "CheckedTime", "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 date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  \n@param checkedTime The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                                  The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  \n@return The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  \n@param checkedTime The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  \n@param checkedTime The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "statusReport", "variableType" : "StatusReport", "variableDeclarationType" : "StatusReport", "documentation" : null, "simpleType" : "StatusReport", "variableSetterType" : "StatusReport" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                  The observed health check status.

                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "Status", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The observed health check status.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "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 observed health check status.

                                                                                                                  \n@param status The observed health check status.*/", "getterDocumentation" : "/**

                                                                                                                  The observed health check status.

                                                                                                                  \n@return The observed health check status.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The observed health check status.

                                                                                                                  \n@param status The observed health check status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The observed health check status.

                                                                                                                  \n@param status The observed health check status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CheckedTime" : { "documentation" : "

                                                                                                                  The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  ", "name" : "CheckedTime", "c2jName" : "CheckedTime", "c2jShape" : "TimeStamp", "variable" : { "variableName" : "checkedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                  The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "checkedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CheckedTime", "marshallLocationName" : "CheckedTime", "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 date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  \n@param checkedTime The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                                  The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  \n@return The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  \n@param checkedTime The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

                                                                                                                  \n@param checkedTime The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetTrafficPolicyRequest" : { "c2jName" : "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.

                                                                                                                  ", "shapeName" : "GetTrafficPolicyRequest", "deprecated" : false, "required" : [ "Id", "Version" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  \n@param id The ID of the traffic policy that you want to get information about.*/", "getterDocumentation" : "/**

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  \n@return The ID of the traffic policy that you want to get information about.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  \n@param id The ID of the traffic policy that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  \n@param id The ID of the traffic policy that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  ", "name" : "Version", "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Version", "marshallLocationName" : "Version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  \n@param version The version number of the traffic policy that you want to get information about.*/", "getterDocumentation" : "/**

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  \n@return The version number of the traffic policy that you want to get information about.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  \n@param version The version number of the traffic policy that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  \n@param version The version number of the traffic policy that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTrafficPolicyRequest", "variableType" : "GetTrafficPolicyRequest", "variableDeclarationType" : "GetTrafficPolicyRequest", "documentation" : null, "simpleType" : "GetTrafficPolicyRequest", "variableSetterType" : "GetTrafficPolicyRequest" }, "marshaller" : { "action" : "GetTrafficPolicy", "verb" : "GET", "target" : null, "requestUri" : "/2013-04-01/trafficpolicy/{Id}/{Version}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Version" : { "documentation" : "

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  ", "name" : "Version", "c2jName" : "Version", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "version", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Version", "marshallLocationName" : "Version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  \n@param version The version number of the traffic policy that you want to get information about.*/", "getterDocumentation" : "/**

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  \n@return The version number of the traffic policy that you want to get information about.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  \n@param version The version number of the traffic policy that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The version number of the traffic policy that you want to get information about.

                                                                                                                  \n@param version The version number of the traffic policy that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  ", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  \n@param id The ID of the traffic policy that you want to get information about.*/", "getterDocumentation" : "/**

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  \n@return The ID of the traffic policy that you want to get information about.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  \n@param id The ID of the traffic policy that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The ID of the traffic policy that you want to get information about.

                                                                                                                  \n@param id The ID of the traffic policy that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LimitsExceededException" : { "c2jName" : "LimitsExceeded", "documentation" : "

                                                                                                                  The limits specified for a resource have been exceeded.

                                                                                                                  ", "shapeName" : "LimitsExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "limitsExceededException", "variableType" : "LimitsExceededException", "variableDeclarationType" : "LimitsExceededException", "documentation" : null, "simpleType" : "LimitsExceededException", "variableSetterType" : "LimitsExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LimitsExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateReusableDelegationSetRequest" : { "c2jName" : "CreateReusableDelegationSetRequest", "documentation" : "", "shapeName" : "CreateReusableDelegationSetRequest", "deprecated" : false, "required" : [ "CallerReference" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  ", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "Nonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "getterDocumentation" : "/**

                                                                                                                  A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  \n@return A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  ", "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 ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  \n@param hostedZoneId The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.*/", "getterDocumentation" : "/**

                                                                                                                  The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  \n@return The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  \n@param hostedZoneId The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  \n@param hostedZoneId The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createReusableDelegationSetRequest", "variableType" : "CreateReusableDelegationSetRequest", "variableDeclarationType" : "CreateReusableDelegationSetRequest", "documentation" : null, "simpleType" : "CreateReusableDelegationSetRequest", "variableSetterType" : "CreateReusableDelegationSetRequest" }, "marshaller" : { "action" : "CreateReusableDelegationSet", "verb" : "POST", "target" : null, "requestUri" : "/2013-04-01/delegationset", "locationName" : "CreateReusableDelegationSetRequest", "xmlNameSpaceUri" : "https://route53.amazonaws.com/doc/2013-04-01/" }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HostedZoneId" : { "documentation" : "

                                                                                                                  The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  ", "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 ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  \n@param hostedZoneId The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.*/", "getterDocumentation" : "/**

                                                                                                                  The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  \n@return The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  \n@param hostedZoneId The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.

                                                                                                                  \n@param hostedZoneId The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CallerReference" : { "documentation" : "

                                                                                                                  A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  ", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "Nonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "getterDocumentation" : "/**

                                                                                                                  A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  \n@return A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

                                                                                                                  \n@param callerReference A unique string that identifies the request and that allows failed CreateReusableDelegationSet requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a reusable delegation set. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01.

                                                                                                                  Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetTrafficPolicyResult" : { "c2jName" : "GetTrafficPolicyResponse", "documentation" : "

                                                                                                                  A complex type that contains the response information for the request.

                                                                                                                  ", "shapeName" : "GetTrafficPolicyResult", "deprecated" : false, "required" : [ "TrafficPolicy" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  ", "name" : "TrafficPolicy", "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "variable" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "setterModel" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicy", "marshallLocationName" : "TrafficPolicy", "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" : "/**

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  \n@return A complex type that contains settings for the specified traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTrafficPolicyResult", "variableType" : "GetTrafficPolicyResult", "variableDeclarationType" : "GetTrafficPolicyResult", "documentation" : null, "simpleType" : "GetTrafficPolicyResult", "variableSetterType" : "GetTrafficPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicy" : { "documentation" : "

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  ", "name" : "TrafficPolicy", "c2jName" : "TrafficPolicy", "c2jShape" : "TrafficPolicy", "variable" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  ", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "setterModel" : { "variableName" : "trafficPolicy", "variableType" : "TrafficPolicy", "variableDeclarationType" : "TrafficPolicy", "documentation" : "", "simpleType" : "TrafficPolicy", "variableSetterType" : "TrafficPolicy" }, "getterModel" : { "returnType" : "TrafficPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicy", "marshallLocationName" : "TrafficPolicy", "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" : "/**

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  \n@return A complex type that contains settings for the specified traffic policy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains settings for the specified traffic policy.

                                                                                                                  \n@param trafficPolicy A complex type that contains settings for the specified traffic policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetTrafficPolicyInstanceCountResult" : { "c2jName" : "GetTrafficPolicyInstanceCountResponse", "documentation" : "

                                                                                                                  A complex type that contains information about the number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  ", "shapeName" : "GetTrafficPolicyInstanceCountResult", "deprecated" : false, "required" : [ "TrafficPolicyInstanceCount" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  ", "name" : "TrafficPolicyInstanceCount", "c2jName" : "TrafficPolicyInstanceCount", "c2jShape" : "TrafficPolicyInstanceCount", "variable" : { "variableName" : "trafficPolicyInstanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyInstanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceCount", "marshallLocationName" : "TrafficPolicyInstanceCount", "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 number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  \n@param trafficPolicyInstanceCount The number of traffic policy instances that are associated with the current AWS account.*/", "getterDocumentation" : "/**

                                                                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  \n@return The number of traffic policy instances that are associated with the current AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  \n@param trafficPolicyInstanceCount The number of traffic policy instances that are associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  \n@param trafficPolicyInstanceCount The number of traffic policy instances that are associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTrafficPolicyInstanceCountResult", "variableType" : "GetTrafficPolicyInstanceCountResult", "variableDeclarationType" : "GetTrafficPolicyInstanceCountResult", "documentation" : null, "simpleType" : "GetTrafficPolicyInstanceCountResult", "variableSetterType" : "GetTrafficPolicyInstanceCountResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyInstanceCount" : { "documentation" : "

                                                                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  ", "name" : "TrafficPolicyInstanceCount", "c2jName" : "TrafficPolicyInstanceCount", "c2jShape" : "TrafficPolicyInstanceCount", "variable" : { "variableName" : "trafficPolicyInstanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyInstanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceCount", "marshallLocationName" : "TrafficPolicyInstanceCount", "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 number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  \n@param trafficPolicyInstanceCount The number of traffic policy instances that are associated with the current AWS account.*/", "getterDocumentation" : "/**

                                                                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  \n@return The number of traffic policy instances that are associated with the current AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  \n@param trafficPolicyInstanceCount The number of traffic policy instances that are associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The number of traffic policy instances that are associated with the current AWS account.

                                                                                                                  \n@param trafficPolicyInstanceCount The number of traffic policy instances that are associated with the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DelegationSet" : { "c2jName" : "DelegationSet", "documentation" : "

                                                                                                                  A complex type that contains name server information.

                                                                                                                  ", "shapeName" : "DelegationSet", "deprecated" : false, "required" : [ "NameServers" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 id */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "Nonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 callerReference */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param callerReference \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param callerReference \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  ", "name" : "NameServers", "c2jName" : "NameServers", "c2jShape" : "DelegationSetNameServers", "variable" : { "variableName" : "nameServers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "nameServers", "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" : "NameServers", "marshallLocationName" : "NameServers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "NameServer", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DNSName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NameServer", "marshallLocationName" : "NameServer", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  \n@param nameServers A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  \n@return A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  \n@param nameServers A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNameServers(java.util.Collection)} or {@link #withNameServers(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param nameServers A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "delegationSet", "variableType" : "DelegationSet", "variableDeclarationType" : "DelegationSet", "documentation" : null, "simpleType" : "DelegationSet", "variableSetterType" : "DelegationSet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CallerReference" : { "documentation" : "", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "Nonce", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "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 callerReference */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param callerReference \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param callerReference \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "", "name" : "Id", "c2jName" : "Id", "c2jShape" : "ResourceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 id */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NameServers" : { "documentation" : "

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  ", "name" : "NameServers", "c2jName" : "NameServers", "c2jShape" : "DelegationSetNameServers", "variable" : { "variableName" : "nameServers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "nameServers", "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" : "NameServers", "marshallLocationName" : "NameServers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "NameServer", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DNSName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NameServer", "marshallLocationName" : "NameServer", "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 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" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  \n@param nameServers A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.*/", "getterDocumentation" : "/**

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  \n@return A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  \n@param nameServers A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNameServers(java.util.Collection)} or {@link #withNameServers(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param nameServers A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTrafficPolicyInstancesByPolicyResult" : { "c2jName" : "ListTrafficPolicyInstancesByPolicyResponse", "documentation" : "

                                                                                                                  A complex type that contains the response information for the request.

                                                                                                                  ", "shapeName" : "ListTrafficPolicyInstancesByPolicyResult", "deprecated" : false, "required" : [ "TrafficPolicyInstances", "IsTruncated", "MaxItems" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  ", "name" : "TrafficPolicyInstances", "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "variable" : { "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trafficPolicyInstances", "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" : "TrafficPolicyInstances", "marshallLocationName" : "TrafficPolicyInstances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TrafficPolicyInstance", "memberLocationName" : "TrafficPolicyInstance", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "TrafficPolicyInstance", "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 TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "getterDocumentation" : "/**

                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  \n@return A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTrafficPolicyInstances(java.util.Collection)} or {@link #withTrafficPolicyInstances(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "name" : "HostedZoneIdMarker", "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HostedZoneIdMarker", "marshallLocationName" : "HostedZoneIdMarker", "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 IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@return If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "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 IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "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" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "

                                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  ", "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 that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  \n@return A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  ", "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 value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  \n@return The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTrafficPolicyInstancesByPolicyResult", "variableType" : "ListTrafficPolicyInstancesByPolicyResult", "variableDeclarationType" : "ListTrafficPolicyInstancesByPolicyResult", "documentation" : null, "simpleType" : "ListTrafficPolicyInstancesByPolicyResult", "variableSetterType" : "ListTrafficPolicyInstancesByPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyInstanceNameMarker" : { "documentation" : "

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "name" : "TrafficPolicyInstanceNameMarker", "c2jName" : "TrafficPolicyInstanceNameMarker", "c2jShape" : "DNSName", "variable" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceNameMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceNameMarker", "marshallLocationName" : "TrafficPolicyInstanceNameMarker", "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 IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceNameMarker If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyInstances" : { "documentation" : "

                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  ", "name" : "TrafficPolicyInstances", "c2jName" : "TrafficPolicyInstances", "c2jShape" : "TrafficPolicyInstances", "variable" : { "variableName" : "trafficPolicyInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trafficPolicyInstances", "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" : "TrafficPolicyInstances", "marshallLocationName" : "TrafficPolicyInstances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TrafficPolicyInstance", "memberLocationName" : "TrafficPolicyInstance", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrafficPolicyInstance", "variable" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "setterModel" : { "variableName" : "member", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : "", "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "getterModel" : { "returnType" : "TrafficPolicyInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstance", "marshallLocationName" : "TrafficPolicyInstance", "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" : "TrafficPolicyInstance", "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 TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "getterDocumentation" : "/**

                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  \n@return A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTrafficPolicyInstances(java.util.Collection)} or {@link #withTrafficPolicyInstances(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param trafficPolicyInstances A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyInstanceTypeMarker" : { "documentation" : "

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "name" : "TrafficPolicyInstanceTypeMarker", "c2jName" : "TrafficPolicyInstanceTypeMarker", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyInstanceTypeMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyInstanceTypeMarker", "marshallLocationName" : "TrafficPolicyInstanceTypeMarker", "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" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@return If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@see RRType*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param trafficPolicyInstanceTypeMarker If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "IsTruncated" : { "documentation" : "

                                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  ", "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 that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  \n@return A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false

                                                                                                                  \n@param isTruncated A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

                                                                                                                  Valid Values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneIdMarker" : { "documentation" : "

                                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "name" : "HostedZoneIdMarker", "c2jName" : "HostedZoneIdMarker", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HostedZoneIdMarker", "marshallLocationName" : "HostedZoneIdMarker", "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 IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "getterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@return If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

                                                                                                                  \n@param hostedZoneIdMarker If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  ", "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 value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.*/", "getterDocumentation" : "/**

                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  \n@return The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.

                                                                                                                  \n@param maxItems The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy that produced the current response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListChangeBatchesByRRSetResult" : { "c2jName" : "ListChangeBatchesByRRSetResponse", "documentation" : "

                                                                                                                  The input for a ListChangeBatchesByRRSet request.

                                                                                                                  ", "shapeName" : "ListChangeBatchesByRRSetResult", "deprecated" : true, "required" : [ "MaxItems", "Marker", "ChangeBatchRecords" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The maximum number of items on a page.

                                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The maximum number of items on a page.

                                                                                                                  ", "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 items on a page.

                                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum number of items on a page.

                                                                                                                  \n@return The maximum number of items on a page.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of items on a page.

                                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of items on a page.

                                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The page marker.

                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The page marker.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "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 page marker.

                                                                                                                  \n@param marker The page marker.*/", "getterDocumentation" : "/**

                                                                                                                  The page marker.

                                                                                                                  \n@return The page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The page marker.

                                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The page marker.

                                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                                  ", "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 that indicates if there are more change batches to list.

                                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                                  \n@return A flag that indicates if there are more change batches to list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  ", "name" : "ChangeBatchRecords", "c2jName" : "ChangeBatchRecords", "c2jShape" : "ChangeBatchRecords", "variable" : { "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "changeBatchRecords", "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" : "ChangeBatchRecords", "marshallLocationName" : "ChangeBatchRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ChangeBatchRecord", "memberLocationName" : "ChangeBatchRecord", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ChangeBatchRecord", "variable" : { "variableName" : "member", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "setterModel" : { "variableName" : "member", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeBatchRecord", "marshallLocationName" : "ChangeBatchRecord", "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" : "ChangeBatchRecord", "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" : "/**

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.*/", "getterDocumentation" : "/**

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  \n@return The change batches within the given hosted zone and time period.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChangeBatchRecords(java.util.Collection)} or {@link #withChangeBatchRecords(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The next page marker.

                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The next page marker.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "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 next page marker.

                                                                                                                  \n@param nextMarker The next page marker.*/", "getterDocumentation" : "/**

                                                                                                                  The next page marker.

                                                                                                                  \n@return The next page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The next page marker.

                                                                                                                  \n@param nextMarker The next page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The next page marker.

                                                                                                                  \n@param nextMarker The next page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listChangeBatchesByRRSetResult", "variableType" : "ListChangeBatchesByRRSetResult", "variableDeclarationType" : "ListChangeBatchesByRRSetResult", "documentation" : null, "simpleType" : "ListChangeBatchesByRRSetResult", "variableSetterType" : "ListChangeBatchesByRRSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsTruncated" : { "documentation" : "

                                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                                  ", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "PageTruncated", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                                  ", "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 that indicates if there are more change batches to list.

                                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.*/", "getterDocumentation" : "/**

                                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                                  \n@return A flag that indicates if there are more change batches to list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A flag that indicates if there are more change batches to list.

                                                                                                                  \n@param isTruncated A flag that indicates if there are more change batches to list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "

                                                                                                                  The maximum number of items on a page.

                                                                                                                  ", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "PageMaxItems", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The maximum number of items on a page.

                                                                                                                  ", "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 items on a page.

                                                                                                                  \n@param maxItems The maximum number of items on a page.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum number of items on a page.

                                                                                                                  \n@return The maximum number of items on a page.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of items on a page.

                                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of items on a page.

                                                                                                                  \n@param maxItems The maximum number of items on a page.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                                                                  The page marker.

                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The page marker.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "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 page marker.

                                                                                                                  \n@param marker The page marker.*/", "getterDocumentation" : "/**

                                                                                                                  The page marker.

                                                                                                                  \n@return The page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The page marker.

                                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The page marker.

                                                                                                                  \n@param marker The page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

                                                                                                                  The next page marker.

                                                                                                                  ", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "PageMarker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The next page marker.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "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 next page marker.

                                                                                                                  \n@param nextMarker The next page marker.*/", "getterDocumentation" : "/**

                                                                                                                  The next page marker.

                                                                                                                  \n@return The next page marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The next page marker.

                                                                                                                  \n@param nextMarker The next page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The next page marker.

                                                                                                                  \n@param nextMarker The next page marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChangeBatchRecords" : { "documentation" : "

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  ", "name" : "ChangeBatchRecords", "c2jName" : "ChangeBatchRecords", "c2jShape" : "ChangeBatchRecords", "variable" : { "variableName" : "changeBatchRecords", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "changeBatchRecords", "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" : "ChangeBatchRecords", "marshallLocationName" : "ChangeBatchRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ChangeBatchRecord", "memberLocationName" : "ChangeBatchRecord", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ChangeBatchRecord", "variable" : { "variableName" : "member", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "setterModel" : { "variableName" : "member", "variableType" : "ChangeBatchRecord", "variableDeclarationType" : "ChangeBatchRecord", "documentation" : "", "simpleType" : "ChangeBatchRecord", "variableSetterType" : "ChangeBatchRecord" }, "getterModel" : { "returnType" : "ChangeBatchRecord", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeBatchRecord", "marshallLocationName" : "ChangeBatchRecord", "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" : "ChangeBatchRecord", "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" : "/**

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.*/", "getterDocumentation" : "/**

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  \n@return The change batches within the given hosted zone and time period.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The change batches within the given hosted zone and time period.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setChangeBatchRecords(java.util.Collection)} or {@link #withChangeBatchRecords(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param changeBatchRecords The change batches within the given hosted zone and time period.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DelegationSetNotAvailableException" : { "c2jName" : "DelegationSetNotAvailable", "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.

                                                                                                                  ", "shapeName" : "DelegationSetNotAvailableException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "delegationSetNotAvailableException", "variableType" : "DelegationSetNotAvailableException", "variableDeclarationType" : "DelegationSetNotAvailableException", "documentation" : null, "simpleType" : "DelegationSetNotAvailableException", "variableSetterType" : "DelegationSetNotAvailableException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DelegationSetNotAvailable", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TrafficPolicyInstance" : { "c2jName" : "TrafficPolicyInstance", "documentation" : "", "shapeName" : "TrafficPolicyInstance", "deprecated" : false, "required" : [ "Id", "HostedZoneId", "Name", "TTL", "State", "Message", "TrafficPolicyId", "TrafficPolicyVersion", "TrafficPolicyType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 id */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param hostedZoneId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DNSName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param name */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "TTL", "c2jName" : "TTL", "c2jShape" : "TTL", "variable" : { "variableName" : "tTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "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" : "/**\n@param tTL */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param tTL \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param tTL \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "State", "c2jName" : "State", "c2jShape" : "TrafficPolicyInstanceState", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "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 state */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Message", "c2jName" : "Message", "c2jShape" : "Message", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "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 message */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "TrafficPolicyId", "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyId", "marshallLocationName" : "TrafficPolicyId", "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 trafficPolicyId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param trafficPolicyId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param trafficPolicyId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "TrafficPolicyVersion", "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyVersion", "marshallLocationName" : "TrafficPolicyVersion", "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 trafficPolicyVersion */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param trafficPolicyVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param trafficPolicyVersion \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "TrafficPolicyType", "c2jName" : "TrafficPolicyType", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyType", "marshallLocationName" : "TrafficPolicyType", "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" : "/**\n@param trafficPolicyType \n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "fluentSetterDocumentation" : "/**\n@param trafficPolicyType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**\n@param trafficPolicyType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" } ], "enums" : null, "variable" : { "variableName" : "trafficPolicyInstance", "variableType" : "TrafficPolicyInstance", "variableDeclarationType" : "TrafficPolicyInstance", "documentation" : null, "simpleType" : "TrafficPolicyInstance", "variableSetterType" : "TrafficPolicyInstance" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrafficPolicyId" : { "documentation" : "", "name" : "TrafficPolicyId", "c2jName" : "TrafficPolicyId", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyId", "marshallLocationName" : "TrafficPolicyId", "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 trafficPolicyId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param trafficPolicyId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param trafficPolicyId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Message" : { "documentation" : "", "name" : "Message", "c2jName" : "Message", "c2jShape" : "Message", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "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 message */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param message \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "State" : { "documentation" : "", "name" : "State", "c2jName" : "State", "c2jShape" : "TrafficPolicyInstanceState", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "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 state */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param state \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneId" : { "documentation" : "", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param hostedZoneId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param hostedZoneId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyType" : { "documentation" : "", "name" : "TrafficPolicyType", "c2jName" : "TrafficPolicyType", "c2jShape" : "RRType", "variable" : { "variableName" : "trafficPolicyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trafficPolicyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyType", "marshallLocationName" : "TrafficPolicyType", "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" : "/**\n@param trafficPolicyType \n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "fluentSetterDocumentation" : "/**\n@param trafficPolicyType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**\n@param trafficPolicyType \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "Id" : { "documentation" : "", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyInstanceId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 id */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TTL" : { "documentation" : "", "name" : "TTL", "c2jName" : "TTL", "c2jShape" : "TTL", "variable" : { "variableName" : "tTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "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" : "/**\n@param tTL */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param tTL \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param tTL \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyVersion" : { "documentation" : "", "name" : "TrafficPolicyVersion", "c2jName" : "TrafficPolicyVersion", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyVersion", "marshallLocationName" : "TrafficPolicyVersion", "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 trafficPolicyVersion */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param trafficPolicyVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param trafficPolicyVersion \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DNSName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param name */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NoSuchTrafficPolicyInstanceException" : { "c2jName" : "NoSuchTrafficPolicyInstance", "documentation" : "

                                                                                                                  No traffic policy instance exists with the specified ID.

                                                                                                                  ", "shapeName" : "NoSuchTrafficPolicyInstanceException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchTrafficPolicyInstanceException", "variableType" : "NoSuchTrafficPolicyInstanceException", "variableDeclarationType" : "NoSuchTrafficPolicyInstanceException", "documentation" : null, "simpleType" : "NoSuchTrafficPolicyInstanceException", "variableSetterType" : "NoSuchTrafficPolicyInstanceException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchTrafficPolicyInstance", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TrafficPolicySummary" : { "c2jName" : "TrafficPolicySummary", "documentation" : "", "shapeName" : "TrafficPolicySummary", "deprecated" : false, "required" : [ "Id", "Name", "Type", "LatestVersion", "TrafficPolicyCount" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 id */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Name", "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param name */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Type", "c2jName" : "Type", "c2jShape" : "RRType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param type \n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, { "documentation" : "", "name" : "LatestVersion", "c2jName" : "LatestVersion", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "latestVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "latestVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "LatestVersion", "marshallLocationName" : "LatestVersion", "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 latestVersion */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param latestVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param latestVersion \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "TrafficPolicyCount", "c2jName" : "TrafficPolicyCount", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "trafficPolicyCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyCount", "marshallLocationName" : "TrafficPolicyCount", "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 trafficPolicyCount */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param trafficPolicyCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param trafficPolicyCount \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "trafficPolicySummary", "variableType" : "TrafficPolicySummary", "variableDeclarationType" : "TrafficPolicySummary", "documentation" : null, "simpleType" : "TrafficPolicySummary", "variableSetterType" : "TrafficPolicySummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "", "name" : "Type", "c2jName" : "Type", "c2jShape" : "RRType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param type \n@see RRType*/", "getterDocumentation" : "/**\n@return \n@see RRType*/", "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/", "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@see RRType*/" }, "LatestVersion" : { "documentation" : "", "name" : "LatestVersion", "c2jName" : "LatestVersion", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "latestVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "latestVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "LatestVersion", "marshallLocationName" : "LatestVersion", "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 latestVersion */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param latestVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param latestVersion \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrafficPolicyCount" : { "documentation" : "", "name" : "TrafficPolicyCount", "c2jName" : "TrafficPolicyCount", "c2jShape" : "TrafficPolicyVersion", "variable" : { "variableName" : "trafficPolicyCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "trafficPolicyCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrafficPolicyCount", "marshallLocationName" : "TrafficPolicyCount", "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 trafficPolicyCount */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param trafficPolicyCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param trafficPolicyCount \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "", "name" : "Id", "c2jName" : "Id", "c2jShape" : "TrafficPolicyId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "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 id */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param id \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "", "name" : "Name", "c2jName" : "Name", "c2jShape" : "TrafficPolicyName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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" : "/**\n@param name */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : { "ResourceRecord" : { "constructorForms" : [ [ "Value" ] ] }, "GetChangeRequest" : { "constructorForms" : [ [ "Id" ] ] }, "DeleteHostedZoneRequest" : { "constructorForms" : [ [ "Id" ] ] }, "AliasTarget" : { "constructorForms" : [ [ "HostedZoneId", "DNSName" ] ] }, "ChangeBatch" : { "constructorForms" : [ [ "Changes" ] ] }, "ChangeResourceRecordSetsRequest" : { "constructorForms" : [ [ "HostedZoneId", "ChangeBatch" ] ] }, "ResourceRecordSet" : { "constructorForms" : [ [ "Name", "Type" ] ] }, "Change" : { "constructorForms" : [ [ "Action", "ResourceRecordSet" ] ] }, "HostedZone" : { "constructorForms" : [ [ "Id", "Name", "CallerReference" ] ] }, "CreateHostedZoneRequest" : { "constructorForms" : [ [ "Name", "CallerReference" ] ] }, "ChangeInfo" : { "constructorForms" : [ [ "Id", "Status", "SubmittedAt" ] ] }, "GetHostedZoneRequest" : { "constructorForms" : [ [ "Id" ] ] }, "DelegationSet" : { "constructorForms" : [ [ "NameServers" ] ] }, "ListResourceRecordSetsRequest" : { "constructorForms" : [ [ "HostedZoneId" ] ] } }, "simpleMethods" : { "GetGeoLocation" : { "methodForms" : [ [ ] ] }, "GetCheckerIpRanges" : { "methodForms" : [ [ ] ] }, "ListHealthChecks" : { "methodForms" : [ [ ] ] }, "ListGeoLocations" : { "methodForms" : [ [ ] ] }, "GetHealthCheckCount" : { "methodForms" : [ [ ] ] }, "ListTrafficPolicyInstances" : { "methodForms" : [ [ ] ] }, "ListTrafficPolicies" : { "methodForms" : [ [ ] ] }, "ListHostedZones" : { "methodForms" : [ [ ] ] }, "GetHostedZoneCount" : { "methodForms" : [ [ ] ] }, "ListHostedZonesByName" : { "methodForms" : [ [ ] ] }, "GetTrafficPolicyInstanceCount" : { "methodForms" : [ [ ] ] }, "ListReusableDelegationSets" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : null, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "sdkModeledExceptionBaseClassName" : null, "customSignerProvider" : null, "calculateCRC32FromCompressedData" : false, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "clientConfigFactory" : "ClientConfigurationFactory", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.route53.model.AmazonRoute53Exception", "sdkModeledExceptionBaseClassName" : "AmazonRoute53Exception" }